public class SvnInfo extends SvnObject
SvnInfo
operation all collected item information data is
packed inside an SvnInfo object.SvnGetInfo
Constructor and Description |
---|
SvnInfo() |
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
getKind()
Gets the item's node kind.
|
java.lang.String |
getLastChangedAuthor()
Gets the item's last changed author.
|
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(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.
|
getUserData, setUserData
public SVNURL getUrl()
public long getRevision()
public SVNURL getRepositoryRootUrl()
public java.lang.String getRepositoryUuid()
public SVNNodeKind getKind()
public long getSize()
public long getLastChangedRevision()
public 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(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
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.