Package org.tigris.subversion.javahl
Class Info
java.lang.Object
org.tigris.subversion.javahl.Info
- All Implemented Interfaces:
Serializable
public class Info extends Object implements Serializable
Give information about one subversion item (file or directory) in the
working copy
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getAuthor()
Retrieves the author of the last commitlong
getCopyRev()
Retrieves the copy source revisionString
getCopyUrl()
Retrieves the copy source urlDate
getLastChangedDate()
Retrieves the date of the last commitlong
getLastChangedRevision()
Retrieves the revision of the last commitDate
getLastDatePropsUpdate()
Retrieves the last date the properties were changedDate
getLastDateTextUpdate()
Retrieves the last date the text content was changedString
getName()
Retrieves the name of the itemint
getNodeKind()
Retrieves the nodeKindString
getRepository()
Retrieves the url of the repositorylong
getRevision()
Retrieves the last revision the item was updated toint
getSchedule()
Retrieves the schedule of the next commitString
getUrl()
Retrieves the url of the itemString
getUuid()
Retrieves the uuid of the repositoryboolean
isAbsent()
Retrieve if the item is absentboolean
isCopied()
Retrieve if the item was copiedboolean
isDeleted()
Retrieve if the item was deletedboolean
isIncomplete()
Retrieve if the item is incomplete
-
Constructor Details
-
Info
A backward-compat constructor
-
-
Method Details
-
getName
Retrieves the name of the item- Returns:
- name of the item
-
getUrl
Retrieves the url of the item- Returns:
- url of the item
-
getUuid
Retrieves the uuid of the repository- Returns:
- uuid of the repository
-
getRepository
Retrieves the url of the repository- Returns:
- url of the repository
-
getSchedule
public int getSchedule()Retrieves the schedule of the next commit- Returns:
- schedule of the next commit
-
getNodeKind
public int getNodeKind()Retrieves the nodeKind- Returns:
- nodeKind
-
getAuthor
Retrieves the author of the last commit- Returns:
- author of the last commit
-
getRevision
public long getRevision()Retrieves the last revision the item was updated to- Returns:
- last revision the item was updated to
-
getLastChangedRevision
public long getLastChangedRevision()Retrieves the revision of the last commit- Returns:
- the revision of the last commit
-
getLastChangedDate
Retrieves the date of the last commit- Returns:
- the date of the last commit
-
getLastDateTextUpdate
Retrieves the last date the text content was changed- Returns:
- last date the text content was changed
-
getLastDatePropsUpdate
Retrieves the last date the properties were changed- Returns:
- last date the properties were changed
-
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
-
isAbsent
public boolean isAbsent()Retrieve if the item is absent- Returns:
- the item is absent
-
isIncomplete
public boolean isIncomplete()Retrieve if the item is incomplete- Returns:
- the item is incomplete
-
getCopyRev
public long getCopyRev()Retrieves the copy source revision- Returns:
- copy source revision
-
getCopyUrl
Retrieves the copy source url- Returns:
- copy source url
-