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 FSParentPath
FSParentPath. myParent
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSParentPath Modifier and Type Method Description FSParentPath
FSParentPath. getParent()
FSParentPath
FSRoot. 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 SVNLocationEntry
FSNodeHistory. findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)
FSCopyInheritance
FSRevisionRoot. getCopyInheritance(FSParentPath child)
abstract FSCopyInheritance
FSRoot. getCopyInheritance(FSParentPath child)
FSCopyInheritance
FSTransactionRoot. getCopyInheritance(FSParentPath child)
java.lang.String
FSParentPath. getRelativePath(FSParentPath ancestor)
void
FSCommitter. incrementMergeInfoUpTree(FSParentPath parentPath, long increment)
void
FSCommitter. makePathMutable(FSParentPath parentPath, java.lang.String errorPath)
void
FSParentPath. 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)
-