|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tigris.subversion.javahl.DirEntry
public class DirEntry
A general subversion directory entry. Used for SVNClientInterface.list
| Method Summary | |
|---|---|
boolean |
getHasProps()
Returns if the entry has properties managed by Subversion. |
java.lang.String |
getLastAuthor()
Returns the author of the last change. |
java.util.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) |
java.lang.String |
getPath()
Returns the path of the entry. |
long |
getSize()
Return the length of file test or 0 for directories |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getPath()
public java.util.Date getLastChanged()
public Revision.Number getLastChangedRevision()
public long getLastChangedRevisionNumber()
public boolean getHasProps()
public java.lang.String getLastAuthor()
public int getNodeKind()
public long getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||