|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnWorkingCopyInfo
public class SvnWorkingCopyInfo
Provides information about working copy info, used by SvnInfo
.
SvnInfo
,
SvnGetInfo
Constructor Summary | |
---|---|
SvnWorkingCopyInfo()
|
Method Summary | |
---|---|
java.lang.String |
getChangelist()
Returns changelist name assigned to item, null if item is not in changelist. |
SvnChecksum |
getChecksum()
Returns checksum of the file, null for directory. |
java.util.Collection<SVNConflictDescription> |
getConflicts()
Returns all item's conflicts. |
long |
getCopyFromRevision()
Gets the revision of the item's ancestor from which the item was copied (the item is added with history). |
SVNURL |
getCopyFromUrl()
Gets the URL (repository location) of the ancestor from which the item was copied. |
SVNDepth |
getDepth()
Returns the local item's depth. |
java.io.File |
getPath()
Returns working copy path. |
long |
getRecordedSize()
Returns last changed file size. |
long |
getRecordedTime()
Return last changed item's time. |
SvnSchedule |
getSchedule()
Returns SvnSchedule attribute, null if not scheduled. |
java.io.File |
getWcRoot()
Return item's working copy root. |
void |
setChangelist(java.lang.String changelist)
Sets changelist name assigned to item. |
void |
setChecksum(SvnChecksum checksum)
Sets checksum of the file. |
void |
setConflicts(java.util.Collection<SVNConflictDescription> conflicts)
Sets the item's conflicts. |
void |
setCopyFromRevision(long copyFromRevision)
Sets the revision of the item's ancestor from which the item was copied (the item is added with history). |
void |
setCopyFromUrl(SVNURL copyFromURL)
Sets the URL (repository location) of the ancestor from which the item was copied. |
void |
setDepth(SVNDepth depth)
Sets the local item's depth. |
void |
setPath(java.io.File path)
Sets working copy path. |
void |
setRecordedSize(long recordedSize)
Sets last changed file size. |
void |
setRecordedTime(long recordedTime)
Sets last changed item's time. |
void |
setSchedule(SvnSchedule schedule)
Sets SvnSchedule attribute. |
void |
setWcRoot(java.io.File wcRoot)
Sets item's working copy root. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvnWorkingCopyInfo()
Method Detail |
---|
public java.io.File getPath()
public SvnSchedule getSchedule()
SvnSchedule
attribute, null if not scheduled.
- Returns:
- schedule of the item
public SVNURL getCopyFromUrl()
public SvnChecksum getChecksum()
null for directory.
- Returns:
- checksum of the file
public java.lang.String getChangelist()
null if item is not in changelist.
- Returns:
- changelist name
public SVNDepth getDepth()
public long getRecordedSize()
public long getRecordedTime()
public java.util.Collection<SVNConflictDescription> getConflicts()
public java.io.File getWcRoot()
public void setPath(java.io.File path)
path
- pathpublic void setSchedule(SvnSchedule schedule)
SvnSchedule
attribute.
schedule
- schedule of the itempublic void setCopyFromUrl(SVNURL copyFromURL)
copyFromURL
- the item ancestor's URLpublic void setChecksum(SvnChecksum checksum)
checksum
- checksum of the filepublic void setChangelist(java.lang.String changelist)
changelist
- changelist namepublic void setDepth(SVNDepth depth)
depth
- the local depth of the itempublic void setRecordedSize(long recordedSize)
recordedSize
- file sizepublic void setRecordedTime(long recordedTime)
recordedTime
- changed time of the itempublic void setConflicts(java.util.Collection<SVNConflictDescription> conflicts)
conflicts
- conflicts of the itempublic void setWcRoot(java.io.File wcRoot)
wcRoot
- working copy root of the itempublic long getCopyFromRevision()
public void setCopyFromRevision(long copyFromRevision)
copyFromRevision
- the ancestor's revision
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |