Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSParentPath
Packages that use FSParentPath
-
Uses of FSParentPath in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSParentPathMethods in org.tmatesoft.svn.core.internal.io.fs that return FSParentPathMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSParentPathModifier and TypeMethodDescriptionstatic SVNLocationEntryFSNodeHistory.findYoungestCopyroot(File reposRootDir, FSParentPath parPath) FSRevisionRoot.getCopyInheritance(FSParentPath child) abstract FSCopyInheritanceFSRoot.getCopyInheritance(FSParentPath child) FSTransactionRoot.getCopyInheritance(FSParentPath child) FSParentPath.getRelativePath(FSParentPath ancestor) voidFSCommitter.incrementMergeInfoUpTree(FSParentPath parentPath, long increment) voidFSCommitter.makePathMutable(FSParentPath parentPath, String errorPath) voidFSParentPath.setParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSParentPathModifierConstructorDescriptionFSParentPath(FSParentPath newParentPath) FSParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath)