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 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.Methods in com.atlassian.bitbucket.content with parameters of type PathModifier 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.Constructors in com.atlassian.bitbucket.content with parameters of type Path