Class PathInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.PathInfo
-
public class PathInfo extends java.lang.Object- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNDepthgetDepth()java.lang.StringgetLinkPath()java.lang.StringgetLockToken()java.lang.StringgetPath()longgetRevision()static booleanisRelevant(PathInfo pathInfo, java.lang.String prefix)booleanisStartEmpty()
-
-
-
Constructor Detail
-
PathInfo
public PathInfo(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, SVNDepth depth, boolean empty)
-
-
Method Detail
-
getLinkPath
public java.lang.String getLinkPath()
-
getLockToken
public java.lang.String getLockToken()
-
getPath
public java.lang.String getPath()
-
getRevision
public long getRevision()
-
isStartEmpty
public boolean isStartEmpty()
-
isRelevant
public static boolean isRelevant(PathInfo pathInfo, java.lang.String prefix)
-
getDepth
public SVNDepth getDepth()
-
-