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
StringgetChecksum()
return the checksum of the item
StringgetConflictNew()
return if the item is in conflict, the filename of the last repository version file
StringgetConflictOld()
return if the item is in conflict, the filename of the base version file
StringgetConflictWrk()
return if the item is in conflict, the filename of the working copy version file
longgetCopyFromRev()
return if the item was copied, the source rev
StringgetCopyFromUrl()
return if the item was copied, the source url
intgetKind()
return the item kinds (see NodeKind)
StringgetLastChangedAuthor()
return the author of the last change
DategetLastChangedDate()
return the date of the last change
longgetLastChangedRev()
return the revision of the last change
LockgetLock()
return the information about any lock (may be null)
StringgetPath()
return the path of the item
StringgetPrejfile()
return the property reject file
DategetPropTime()
return the last time the properties of the items were changed
StringgetReposRootUrl()
return the root URL of the repository
StringgetReposUUID()
return the UUID of the repository
longgetRev()
return the revision of the item
intgetSchedule()
return the scheduled operation at next commit (see ScheduleKind)
DategetTextTime()
return the last time the item was changed
StringgetUrl()
return the url of the item
booleanisHasWcInfo()
return the flag if the working copy fields are set

Method Detail

getChecksum

public String getChecksum()
return the checksum of the item

getConflictNew

public String getConflictNew()
return if the item is in conflict, the filename of the last repository version file

getConflictOld

public String getConflictOld()
return if the item is in conflict, the filename of the base version file

getConflictWrk

public String getConflictWrk()
return if the item is in conflict, the filename of the working copy version file

getCopyFromRev

public long getCopyFromRev()
return if the item was copied, the source rev

getCopyFromUrl

public String getCopyFromUrl()
return if the item was copied, the source url

getKind

public int getKind()
return the item kinds (see NodeKind)

getLastChangedAuthor

public String getLastChangedAuthor()
return the author of the last change

getLastChangedDate

public Date getLastChangedDate()
return the date of the last change

getLastChangedRev

public long getLastChangedRev()
return the revision of the last change

getLock

public Lock getLock()
return the information about any lock (may be null)

getPath

public String getPath()
return the path of the item

getPrejfile

public String getPrejfile()
return the property reject file

getPropTime

public Date getPropTime()
return the last time the properties of the items were changed

getReposRootUrl

public String getReposRootUrl()
return the root URL of the repository

getReposUUID

public String getReposUUID()
return the UUID of the repository

getRev

public long getRev()
return the revision of the item

getSchedule

public int getSchedule()
return the scheduled operation at next commit (see ScheduleKind)

getTextTime

public Date getTextTime()
return the last time the item was changed

getUrl

public String getUrl()
return the url of the item

isHasWcInfo

public boolean isHasWcInfo()
return the flag if the working copy fields are set