Uses of Class
org.tmatesoft.svn.core.internal.io.fs.PathInfo
-
Packages that use PathInfo Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of PathInfo in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as PathInfo Modifier and Type Field Description private PathInfo
FSUpdateContext. myCurrentPathInfo
Methods in org.tmatesoft.svn.core.internal.io.fs that return PathInfo Modifier and Type Method Description private PathInfo
FSUpdateContext. getCurrentPathInfo()
private PathInfo
FSUpdateContext. getNextPathInfo()
PathInfo
FSFile. readPathInfoFromReportFile()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type PathInfo Modifier and Type Method Description static boolean
PathInfo. isRelevant(PathInfo pathInfo, java.lang.String prefix)
private void
FSUpdateContext. updateEntry(long sourceRevision, java.lang.String sourcePath, FSEntry sourceEntry, java.lang.String targetPath, FSEntry targetEntry, java.lang.String editPath, PathInfo pathInfo, SVNDepth wcDepth, SVNDepth requestedDepth)
-