Uses of Interface
com.atlassian.bitbucket.content.Path
Packages that use Path
-
Uses of Path in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement PathMethods in com.atlassian.bitbucket.content that return PathModifier and TypeMethodDescriptionDiff.getDestination()Retrieves the path for the changed file.Change.getPath()The path to the changed content.ConflictChange.getPath()Retrieves the path that waschangedor, forcopiesandmoves/renames, the path after the change was applied.ContentTreeNode.getPath()DirectoryRevision.getPath()Diff.getSource()Retrieves the path for the file before it was changed.Change.getSrcPath()The path at which the changed content originated.ConflictChange.getSrcPath()For certaintypes of changes, retrieves the path prior to the change.Methods in com.atlassian.bitbucket.content with parameters of type PathModifier and TypeMethodDescriptionvoidvoidCalled to indicate a binary file differs.voidAbstractDiffContentCallback.onDiffStart(Path src, Path dst) voidDiffContentCallback.onDiffStart(Path src, Path dst) Called to mark the start of an overall diff.Constructors in com.atlassian.bitbucket.content with parameters of type Path