|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNInfo
Give information about one subversion item (file or directory) in the working copy
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 |
Method Detail |
---|
java.io.File getFile()
SVNUrl getUrl()
java.lang.String getUrlString()
java.lang.String getUuid()
SVNUrl getRepository()
SVNScheduleKind getSchedule()
SVNNodeKind getNodeKind()
java.lang.String getLastCommitAuthor()
SVNRevision.Number getRevision()
SVNRevision.Number getLastChangedRevision()
java.util.Date getLastChangedDate()
java.util.Date getLastDateTextUpdate()
java.util.Date getLastDatePropsUpdate()
boolean isCopied()
SVNRevision.Number getCopyRev()
SVNUrl getCopyUrl()
java.lang.String getLockOwner()
java.util.Date getLockCreationDate()
java.lang.String getLockComment()
int getDepth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |