| java.lang.Object org.tigris.subversion.javahl.Info2
Info2 | public class Info2 (Code) | | this class is returned by SVNClientInterface.info2 and contains information
about items in the repository or working copy
since: 1.2 |
Constructor Summary | |
| Info2(String path, String url, long rev, int kind, String reposRootUrl, String reposUUID, long lastChangedRev, long lastChangedDate, String lastChangedAuthor, Lock lock, boolean hasWcInfo, int schedule, String copyFromUrl, long copyFromRev, long textTime, long propTime, String checksum, String conflictOld, String conflictNew, String conflictWrk, String prejfile) constructor to build the object by native code. |
Info2 | Info2(String path, String url, long rev, int kind, String reposRootUrl, String reposUUID, long lastChangedRev, long lastChangedDate, String lastChangedAuthor, Lock lock, boolean hasWcInfo, int schedule, String copyFromUrl, long copyFromRev, long textTime, long propTime, String checksum, String conflictOld, String conflictNew, String conflictWrk, String prejfile)(Code) | | constructor to build the object by native code. See fields for parameters
Parameters: path - Parameters: url - Parameters: rev - Parameters: kind - Parameters: reposRootUrl - Parameters: reposUUID - Parameters: lastChangedRev - Parameters: lastChangedDate - Parameters: lastChangedAuthor - Parameters: lock - Parameters: hasWcInfo - Parameters: schedule - Parameters: copyFromUrl - Parameters: copyFromRev - Parameters: textTime - Parameters: propTime - Parameters: checksum - Parameters: conflictOld - Parameters: conflictNew - Parameters: conflictWrk - Parameters: prejfile - |
getChecksum | public String getChecksum()(Code) | | return the checksum of the item
|
getConflictNew | public String getConflictNew()(Code) | | return if the item is in conflict, the filename of the last repository
version file
|
getConflictOld | public String getConflictOld()(Code) | | return if the item is in conflict, the filename of the base version file
|
getConflictWrk | public String getConflictWrk()(Code) | | return if the item is in conflict, the filename of the working copy
version file
|
getCopyFromRev | public long getCopyFromRev()(Code) | | return if the item was copied, the source rev
|
getCopyFromUrl | public String getCopyFromUrl()(Code) | | return if the item was copied, the source url
|
getKind | public int getKind()(Code) | | return the item kinds (see NodeKind)
|
getLastChangedAuthor | public String getLastChangedAuthor()(Code) | | return the author of the last change
|
getLastChangedDate | public Date getLastChangedDate()(Code) | | return the date of the last change
|
getLastChangedRev | public long getLastChangedRev()(Code) | | return the revision of the last change
|
getLock | public Lock getLock()(Code) | | return the information about any lock (may be null)
|
getPath | public String getPath()(Code) | | return the path of the item
|
getPrejfile | public String getPrejfile()(Code) | | return the property reject file
|
getPropTime | public Date getPropTime()(Code) | | return the last time the properties of the items were changed
|
getReposRootUrl | public String getReposRootUrl()(Code) | | return the root URL of the repository
|
getReposUUID | public String getReposUUID()(Code) | | return the UUID of the repository
|
getRev | public long getRev()(Code) | | return the revision of the item
|
getSchedule | public int getSchedule()(Code) | | return the scheduled operation at next commit (see ScheduleKind)
|
getTextTime | public Date getTextTime()(Code) | | return the last time the item was changed
|
getUrl | public String getUrl()(Code) | | return the url of the item
|
isHasWcInfo | public boolean isHasWcInfo()(Code) | | return the flag if the working copy fields are set
|
|
|