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 FSParentPathModifier and TypeMethodDescriptionFSParentPath.getParent()FSRoot.openPath(java.lang.String path, boolean lastEntryMustExist, boolean storeParents) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSParentPathModifier and TypeMethodDescriptionstatic SVNLocationEntryFSNodeHistory.findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath) FSRevisionRoot.getCopyInheritance(FSParentPath child) abstract FSCopyInheritanceFSRoot.getCopyInheritance(FSParentPath child) FSTransactionRoot.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 FSParentPathModifierConstructorDescriptionFSParentPath(FSParentPath newParentPath) FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)