Uses of Interface
com.atlassian.bitbucket.content.Path
-
Uses of Path in com.atlassian.bitbucket.content
Modifier and TypeMethodDescriptionDiff.getDestination()
Retrieves the path for the changed file.Change.getPath()
The path to the changed content.ConflictChange.getPath()
Retrieves the path that waschanged
or, forcopies
andmoves/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.Modifier and TypeMethodDescriptionvoid
void
Called to indicate a binary file differs.void
AbstractDiffContentCallback.onDiffStart
(Path src, Path dst) void
DiffContentCallback.onDiffStart
(Path src, Path dst) Called to mark the start of an overall diff.