|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.Info
public class Info
Give information about one subversion item (file or directory) in the working copy
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Retrieves the author of the last commit |
long |
getCopyRev()
Retrieves the copy source revision |
java.lang.String |
getCopyUrl()
Retrieves the copy source url |
java.util.Date |
getLastChangedDate()
Retrieves the date of the last commit |
long |
getLastChangedRevision()
Retrieves the revision of the last commit |
java.util.Date |
getLastDatePropsUpdate()
Retrieves the last date the properties were changed |
java.util.Date |
getLastDateTextUpdate()
Retrieves the last date the text content was changed |
java.lang.String |
getName()
Retrieves the name of the item |
int |
getNodeKind()
Retrieves the nodeKind |
java.lang.String |
getRepository()
Retrieves the url of the repository |
long |
getRevision()
Retrieves the last revision the item was updated to |
int |
getSchedule()
Retrieves the schedule of the next commit |
java.lang.String |
getUrl()
Retrieves the url of the item |
java.lang.String |
getUuid()
Retrieves the uuid of the repository |
boolean |
isAbsent()
Retrieve if the item is absent |
boolean |
isCopied()
Retrieve if the item was copied |
boolean |
isDeleted()
Retrieve if the item was deleted |
boolean |
isIncomplete()
Retrieve if the item is incomplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getUrl()
public java.lang.String getUuid()
public java.lang.String getRepository()
public int getSchedule()
public int getNodeKind()
public java.lang.String getAuthor()
public long getRevision()
public long getLastChangedRevision()
public java.util.Date getLastChangedDate()
public java.util.Date getLastDateTextUpdate()
public java.util.Date getLastDatePropsUpdate()
public boolean isCopied()
public boolean isDeleted()
public boolean isAbsent()
public boolean isIncomplete()
public long getCopyRev()
public java.lang.String getCopyUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |