|
|||||||||
| 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 ISVNInfopublic SVNUrl getUrl()
ISVNInfo
getUrl in interface ISVNInfopublic java.lang.String getUrlString()
ISVNInfo
getUrlString in interface ISVNInfopublic java.lang.String getUuid()
ISVNInfo
getUuid in interface ISVNInfopublic SVNUrl getRepository()
ISVNInfo
getRepository in interface ISVNInfopublic SVNScheduleKind getSchedule()
ISVNInfo
getSchedule in interface ISVNInfopublic SVNNodeKind getNodeKind()
ISVNInfo
getNodeKind in interface ISVNInfopublic java.lang.String getLastCommitAuthor()
ISVNInfo
getLastCommitAuthor in interface ISVNInfopublic SVNRevision.Number getRevision()
ISVNInfo
getRevision in interface ISVNInfopublic SVNRevision.Number getLastChangedRevision()
ISVNInfo
getLastChangedRevision in interface ISVNInfopublic java.util.Date getLastChangedDate()
ISVNInfo
getLastChangedDate in interface ISVNInfopublic java.util.Date getLastDateTextUpdate()
ISVNInfo
getLastDateTextUpdate in interface ISVNInfopublic java.util.Date getLastDatePropsUpdate()
ISVNInfo
getLastDatePropsUpdate in interface ISVNInfopublic boolean isCopied()
ISVNInfo
isCopied in interface ISVNInfopublic SVNRevision.Number getCopyRev()
ISVNInfo
getCopyRev in interface ISVNInfopublic SVNUrl getCopyUrl()
ISVNInfo
getCopyUrl in interface ISVNInfopublic java.util.Date getLockCreationDate()
ISVNInfo
getLockCreationDate in interface ISVNInfopublic java.lang.String getLockOwner()
ISVNInfo
getLockOwner in interface ISVNInfopublic java.lang.String getLockComment()
ISVNInfo
getLockComment in interface ISVNInfopublic int getDepth()
ISVNInfo
getDepth in interface ISVNInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||