public class DirEntry extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
DirEntry.Fields
The various field values which can be passed to list()
|
Modifier and Type | Method and Description |
---|---|
String |
getAbsPath()
Returns the absolute path of the entry.
|
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
|
void |
setPath(String path)
Set the path.
|
String |
toString() |
public String getPath()
public String getAbsPath()
public Date getLastChanged()
public Revision.Number getLastChangedRevision()
public long getLastChangedRevisionNumber()
public boolean getHasProps()
public String getLastAuthor()
public int getNodeKind()
public long getSize()
public void setPath(String path)
Copyright © 2018. All rights reserved.