org.tigris.subversion.javahl

Class Info

public class Info extends Object

Give information about one subversion item (file or directory) in the working copy
Method Summary
StringgetAuthor()
Retrieves the author of the last commit
longgetCopyRev()
Retrieves the copy source revision
StringgetCopyUrl()
Retrieves the copy source url
DategetLastChangedDate()
Retrieves the date of the last commit
longgetLastChangedRevision()
Retrieves the revision of the last commit
DategetLastDatePropsUpdate()
Retrieves the last date the properties were changed
DategetLastDateTextUpdate()
Retrieves the last date the text content was changed
StringgetName()
Retrieves the name of the item
intgetNodeKind()
Retrieves the nodeKind
StringgetRepository()
Retrieves the url of the repository
longgetRevision()
Retrieves the last revision the item was updated to
intgetSchedule()
Retrieves the schedule of the next commit
StringgetUrl()
Retrieves the url of the item
StringgetUuid()
Retrieves the uuid of the repository
booleanisAbsent()
Retrieve if the item is absent
booleanisCopied()
Retrieve if the item was copied
booleanisDeleted()
Retrieve if the item was deleted
booleanisIncomplete()
Retrieve if the item is incomplete

Method Detail

getAuthor

public String getAuthor()
Retrieves the author of the last commit

Returns: author of the last commit

getCopyRev

public long getCopyRev()
Retrieves the copy source revision

Returns: copy source revision

getCopyUrl

public String getCopyUrl()
Retrieves the copy source url

Returns: copy source url

getLastChangedDate

public Date getLastChangedDate()
Retrieves the date of the last commit

Returns: the date of the last commit

getLastChangedRevision

public long getLastChangedRevision()
Retrieves the revision of the last commit

Returns: the revision of the last commit

getLastDatePropsUpdate

public Date getLastDatePropsUpdate()
Retrieves the last date the properties were changed

Returns: last date the properties were changed

getLastDateTextUpdate

public Date getLastDateTextUpdate()
Retrieves the last date the text content was changed

Returns: last date the text content was changed

getName

public String getName()
Retrieves the name of the item

Returns: name of the item

getNodeKind

public int getNodeKind()
Retrieves the nodeKind

Returns: nodeKind

getRepository

public String getRepository()
Retrieves the url of the repository

Returns: url of the repository

getRevision

public long getRevision()
Retrieves the last revision the item was updated to

Returns: last revision the item was updated to

getSchedule

public int getSchedule()
Retrieves the schedule of the next commit

Returns: schedule of the next commit

getUrl

public String getUrl()
Retrieves the url of the item

Returns: url of the item

getUuid

public String getUuid()
Retrieves the uuid of the repository

Returns: uuid of the repository

isAbsent

public boolean isAbsent()
Retrieve if the item is absent

Returns: the item is absent

isCopied

public boolean isCopied()
Retrieve if the item was copied

Returns: the item was copied

isDeleted

public boolean isDeleted()
Retrieve if the item was deleted

Returns: the item was deleted

isIncomplete

public boolean isIncomplete()
Retrieve if the item is incomplete

Returns: the item is incomplete