Class PathInfo
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.PathInfo
public class PathInfo
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SVNDepth
(package private) java.lang.String
(package private) java.lang.String
(package private) java.lang.String
(package private) long
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDepth()
java.lang.String
java.lang.String
java.lang.String
getPath()
long
static boolean
isRelevant
(PathInfo pathInfo, java.lang.String prefix) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myPath
java.lang.String myPath -
myLinkPath
java.lang.String myLinkPath -
myLockToken
java.lang.String myLockToken -
myRevision
long myRevision -
startEmpty
boolean startEmpty -
myDepth
SVNDepth myDepth
-
-
Constructor Details
-
PathInfo
public PathInfo(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, SVNDepth depth, boolean empty)
-
-
Method Details
-
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
-
getDepth
-