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 SVNDepth
getDepth()
java.lang.String
getLinkPath()
java.lang.String
getLockToken()
java.lang.String
getPath()
long
getRevision()
static boolean
isRelevant(PathInfo pathInfo, java.lang.String prefix)
boolean
isStartEmpty()
-
-
-
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()
-
-