|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnObject org.tmatesoft.svn.core.wc2.SvnInfo
public class SvnInfo
Represents information details for versioned item's (located either
in a working copy or a repository). When running an
SvnInfo
operation all collected item information data is
packed inside an SvnInfo object.
SvnGetInfo
Constructor Summary | |
---|---|
SvnInfo()
|
Method Summary | |
---|---|
SVNNodeKind |
getKind()
Gets the item's node kind. |
java.lang.String |
getLastChangedAuthor()
Gets the item's last changed author. |
org.tmatesoft.svn.core.internal.util.SVNDate |
getLastChangedDate()
Gets the item's last changed date. |
long |
getLastChangedRevision()
Gets the item's last changed revision. |
SVNLock |
getLock()
Gets the file item's lock. |
SVNURL |
getRepositoryRootUrl()
Gets the repository root url (where the repository itself is installed). |
java.lang.String |
getRepositoryUuid()
Gets the repository Universal Unique IDentifier (UUID). |
long |
getRevision()
Gets the item's revision. |
long |
getSize()
Gets the file size. |
SVNURL |
getUrl()
Gets the item's URL - its repository location. |
SvnWorkingCopyInfo |
getWcInfo()
Gets working copy info. |
void |
setKind(SVNNodeKind kind)
Sets the item's node kind. |
void |
setLastChangedAuthor(java.lang.String lastChangedAuthor)
Sets the item's last changed author. |
void |
setLastChangedDate(org.tmatesoft.svn.core.internal.util.SVNDate lastChangedDate)
Sets the item's last changed date. |
void |
setLastChangedRevision(long lastChangedRevision)
Sets the item's last changed revision. |
void |
setLock(SVNLock lock)
Sets the file item's lock. |
void |
setRepositoryRootURL(SVNURL repositoryRootURL)
Sets the repository root url (where the repository itself is installed). |
void |
setRepositoryUuid(java.lang.String repositoryUUID)
Sets the repository Universal Unique IDentifier (UUID). |
void |
setRevision(long revision)
Sets the item's revision. |
void |
setSize(long size)
Sets the file size. |
void |
setUrl(SVNURL url)
Sets the item's URL - its repository location. |
void |
setWcInfo(SvnWorkingCopyInfo wcInfo)
Sets working copy info. |
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnObject |
---|
getUserData, setUserData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvnInfo()
Method Detail |
---|
public SVNURL getUrl()
public long getRevision()
public SVNURL getRepositoryRootUrl()
public java.lang.String getRepositoryUuid()
public SVNNodeKind getKind()
public long getSize()
public long getLastChangedRevision()
public org.tmatesoft.svn.core.internal.util.SVNDate getLastChangedDate()
public java.lang.String getLastChangedAuthor()
public SVNLock getLock()
public SvnWorkingCopyInfo getWcInfo()
SvnWorkingCopyInfo
public void setUrl(SVNURL url)
url
- the item's URLpublic void setRevision(long revision)
revision
- the item's revisionpublic void setRepositoryRootURL(SVNURL repositoryRootURL)
repositoryRootURL
- the repository's root URLpublic void setRepositoryUuid(java.lang.String repositoryUUID)
repositoryUUID
- the repository UUIDpublic void setKind(SVNNodeKind kind)
kind
- the item's node kindpublic void setSize(long size)
size
- size of filepublic void setLastChangedRevision(long lastChangedRevision)
lastChangedRevision
- the item's last changed revision.public void setLastChangedDate(org.tmatesoft.svn.core.internal.util.SVNDate lastChangedDate)
lastChangedDate
- a repository last changed datepublic void setLastChangedAuthor(java.lang.String lastChangedAuthor)
lastChangedAuthor
- a repository last changed authorpublic void setLock(SVNLock lock)
lock
- the file item's lock.public void setWcInfo(SvnWorkingCopyInfo wcInfo)
wcInfo
- working copy infoSvnWorkingCopyInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |