| Constructor and Description |
|---|
SVNInfoUnversioned(java.io.File file)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public SVNInfoUnversioned(java.io.File file)
file - public java.io.File getFile()
ISVNInfopublic SVNUrl getUrl()
ISVNInfopublic java.lang.String getUrlString()
ISVNInfogetUrlString in interface ISVNInfopublic java.lang.String getUuid()
ISVNInfopublic SVNUrl getRepository()
ISVNInfogetRepository in interface ISVNInfopublic SVNScheduleKind getSchedule()
ISVNInfogetSchedule in interface ISVNInfopublic SVNNodeKind getNodeKind()
ISVNInfogetNodeKind in interface ISVNInfopublic java.lang.String getLastCommitAuthor()
ISVNInfogetLastCommitAuthor in interface ISVNInfopublic SVNRevision.Number getRevision()
ISVNInfogetRevision in interface ISVNInfopublic SVNRevision.Number getLastChangedRevision()
ISVNInfogetLastChangedRevision in interface ISVNInfopublic java.util.Date getLastChangedDate()
ISVNInfogetLastChangedDate in interface ISVNInfopublic java.util.Date getLastDateTextUpdate()
ISVNInfogetLastDateTextUpdate in interface ISVNInfopublic java.util.Date getLastDatePropsUpdate()
ISVNInfogetLastDatePropsUpdate in interface ISVNInfopublic boolean isCopied()
ISVNInfopublic SVNRevision.Number getCopyRev()
ISVNInfogetCopyRev in interface ISVNInfopublic SVNUrl getCopyUrl()
ISVNInfogetCopyUrl in interface ISVNInfopublic java.util.Date getLockCreationDate()
ISVNInfogetLockCreationDate in interface ISVNInfopublic java.lang.String getLockOwner()
ISVNInfogetLockOwner in interface ISVNInfopublic java.lang.String getLockComment()
ISVNInfogetLockComment in interface ISVNInfo