Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSParentPath
-
Packages that use FSParentPath Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSParentPath in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSParentPath Modifier and Type Field Description private FSParentPathFSParentPath. myParentMethods in org.tmatesoft.svn.core.internal.io.fs that return FSParentPath Modifier and Type Method Description FSParentPathFSParentPath. getParent()FSParentPathFSRoot. openPath(java.lang.String path, boolean lastEntryMustExist, boolean storeParents)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSParentPath Modifier and Type Method Description static SVNLocationEntryFSNodeHistory. findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)FSCopyInheritanceFSRevisionRoot. getCopyInheritance(FSParentPath child)abstract FSCopyInheritanceFSRoot. getCopyInheritance(FSParentPath child)FSCopyInheritanceFSTransactionRoot. getCopyInheritance(FSParentPath child)java.lang.StringFSParentPath. getRelativePath(FSParentPath ancestor)voidFSCommitter. incrementMergeInfoUpTree(FSParentPath parentPath, long increment)voidFSCommitter. makePathMutable(FSParentPath parentPath, java.lang.String errorPath)voidFSParentPath. setParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSParentPath Constructor Description FSParentPath(FSParentPath newParentPath)FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-