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