Package com.zfabrik.svnaccess
Class SvnDirEntry
java.lang.Object
com.zfabrik.svnaccess.SvnDirEntry
- Direct Known Subclasses:
SvnInfo
Encapsulates information of a dir item
during a SVN LIST command including
- path: path relative to the issued list/info command
- crRelPath: path relative to the component repository root path
- revision: path's revision
- node-kind: path's node-kind - see
NodeKind
- crRelPath: path relative to the component repository root path
-
Constructor Details
-
SvnDirEntry
-
-
Method Details
-
getPath
- Returns:
- path relative to the svn list url
-
getCrRelPath
- Returns:
- path relative to the cr-base URL
-
getRevision
public long getRevision()- Returns:
- last changed revision
-
getNodeKind
- Returns:
- dir entry kind (file or dir or ...)
-
toString
-
hashCode
public int hashCode() -
equals
-