org.tigris.subversion.javahl
Class Info2
public
class
Info2
extends Object
this class is returned by SVNClientInterface.info2 and contains information
about items in the repository or working copy
Since: 1.2
Method Summary |
String | getChecksum()
return the checksum of the item |
String | getConflictNew()
return if the item is in conflict, the filename of the last repository
version file |
String | getConflictOld()
return if the item is in conflict, the filename of the base version file |
String | getConflictWrk()
return if the item is in conflict, the filename of the working copy
version file |
long | getCopyFromRev()
return if the item was copied, the source rev |
String | getCopyFromUrl()
return if the item was copied, the source url |
int | getKind()
return the item kinds (see NodeKind) |
String | getLastChangedAuthor()
return the author of the last change |
Date | getLastChangedDate()
return the date of the last change |
long | getLastChangedRev()
return the revision of the last change |
Lock | getLock()
return the information about any lock (may be null) |
String | getPath()
return the path of the item |
String | getPrejfile()
return the property reject file |
Date | getPropTime()
return the last time the properties of the items were changed |
String | getReposRootUrl()
return the root URL of the repository |
String | getReposUUID()
return the UUID of the repository |
long | getRev()
return the revision of the item |
int | getSchedule()
return the scheduled operation at next commit (see ScheduleKind) |
Date | getTextTime()
return the last time the item was changed |
String | getUrl()
return the url of the item |
boolean | isHasWcInfo()
return the flag if the working copy fields are set |
public String getChecksum()
return the checksum of the item
public String getConflictNew()
return if the item is in conflict, the filename of the last repository
version file
public String getConflictOld()
return if the item is in conflict, the filename of the base version file
public String getConflictWrk()
return if the item is in conflict, the filename of the working copy
version file
public long getCopyFromRev()
return if the item was copied, the source rev
public String getCopyFromUrl()
return if the item was copied, the source url
public int getKind()
return the item kinds (see NodeKind)
public String getLastChangedAuthor()
return the author of the last change
public Date getLastChangedDate()
return the date of the last change
public long getLastChangedRev()
return the revision of the last change
return the information about any lock (may be null)
public String getPath()
return the path of the item
public String getPrejfile()
return the property reject file
public Date getPropTime()
return the last time the properties of the items were changed
public String getReposRootUrl()
return the root URL of the repository
public String getReposUUID()
return the UUID of the repository
public long getRev()
return the revision of the item
public int getSchedule()
return the scheduled operation at next commit (see ScheduleKind)
public Date getTextTime()
return the last time the item was changed
public String getUrl()
return the url of the item
public boolean isHasWcInfo()
return the flag if the working copy fields are set