org.tigris.subversion.javahl
Class DirEntry
java.lang.Object
org.tigris.subversion.javahl.DirEntry
public class DirEntry
extends java.lang.Object
A general subversion directory entry. Used for SVNClientInterface.list
getHasProps
public boolean getHasProps()
Returns if the entry has properties managed by Subversion.
- if the entry has properties managed by subversion.
getLastAuthor
public String getLastAuthor()
Returns the author of the last change.
- the author of the last change.
getLastChanged
public Date getLastChanged()
Returns the last time the file was changed.
- the last time the file was changed.
getLastChangedRevision
public Revision.Number getLastChangedRevision()
Returns the revision of the last change.
- revision of the last change as a Revision object.
getLastChangedRevisionNumber
public long getLastChangedRevisionNumber()
Returns the revision number of the last change.
- revision number of the last change.
getNodeKind
public int getNodeKind()
Return the kind of entry (file or directory)
- the kind of the entry (file or directory) see NodeKind class
getPath
public String getPath()
Returns the path of the entry.
getSize
public long getSize()
Return the length of file test or 0 for directories
- length of file text, or 0 for directories