|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNInfoUnversioned
public class SVNInfoUnversioned
A special ISVNInfo
implementation that is used if a File/Folder is not versioned.
Constructor Summary | |
---|---|
SVNInfoUnversioned(java.io.File file)
Constructor |
Method Summary | |
---|---|
SVNRevision.Number |
getCopyRev()
Retrieves the copy source revision |
SVNUrl |
getCopyUrl()
Retrieves the copy source url |
int |
getDepth()
Retrieves the depth of the item |
java.io.File |
getFile()
file on which we get info |
java.util.Date |
getLastChangedDate()
Retrieves the date of the last commit |
SVNRevision.Number |
getLastChangedRevision()
Retrieves the revision of the last commit |
java.lang.String |
getLastCommitAuthor()
Retrieves the author of the last commit |
java.util.Date |
getLastDatePropsUpdate()
Retrieves the last date the properties were changed |
java.util.Date |
getLastDateTextUpdate()
Retrieves the last date the text content was changed |
java.lang.String |
getLockComment()
Retrieves the lock comment (may be null) |
java.util.Date |
getLockCreationDate()
Retrieves the lock creation date (may be null) |
java.lang.String |
getLockOwner()
Retrieves the lock owner (may be null) |
SVNNodeKind |
getNodeKind()
Retrieves the nodeKind |
SVNUrl |
getRepository()
Retrieves the url of the repository |
SVNRevision.Number |
getRevision()
Retrieves the last revision the item was updated to |
SVNScheduleKind |
getSchedule()
Retrieves the schedule of the next commit |
SVNUrl |
getUrl()
Retrieves the url of the item |
java.lang.String |
getUrlString()
Retrieves the url (string) of the item |
java.lang.String |
getUuid()
Retrieves the uuid of the repository |
boolean |
isCopied()
Retrieve if the item was copied |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNInfoUnversioned(java.io.File file)
file
- Method Detail |
---|
public java.io.File getFile()
ISVNInfo
getFile
in interface ISVNInfo
public SVNUrl getUrl()
ISVNInfo
getUrl
in interface ISVNInfo
public java.lang.String getUrlString()
ISVNInfo
getUrlString
in interface ISVNInfo
public java.lang.String getUuid()
ISVNInfo
getUuid
in interface ISVNInfo
public SVNUrl getRepository()
ISVNInfo
getRepository
in interface ISVNInfo
public SVNScheduleKind getSchedule()
ISVNInfo
getSchedule
in interface ISVNInfo
public SVNNodeKind getNodeKind()
ISVNInfo
getNodeKind
in interface ISVNInfo
public java.lang.String getLastCommitAuthor()
ISVNInfo
getLastCommitAuthor
in interface ISVNInfo
public SVNRevision.Number getRevision()
ISVNInfo
getRevision
in interface ISVNInfo
public SVNRevision.Number getLastChangedRevision()
ISVNInfo
getLastChangedRevision
in interface ISVNInfo
public java.util.Date getLastChangedDate()
ISVNInfo
getLastChangedDate
in interface ISVNInfo
public java.util.Date getLastDateTextUpdate()
ISVNInfo
getLastDateTextUpdate
in interface ISVNInfo
public java.util.Date getLastDatePropsUpdate()
ISVNInfo
getLastDatePropsUpdate
in interface ISVNInfo
public boolean isCopied()
ISVNInfo
isCopied
in interface ISVNInfo
public SVNRevision.Number getCopyRev()
ISVNInfo
getCopyRev
in interface ISVNInfo
public SVNUrl getCopyUrl()
ISVNInfo
getCopyUrl
in interface ISVNInfo
public java.util.Date getLockCreationDate()
ISVNInfo
getLockCreationDate
in interface ISVNInfo
public java.lang.String getLockOwner()
ISVNInfo
getLockOwner
in interface ISVNInfo
public java.lang.String getLockComment()
ISVNInfo
getLockComment
in interface ISVNInfo
public int getDepth()
ISVNInfo
getDepth
in interface ISVNInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |