Class SVNInfoUnversioned
java.lang.Object
org.tigris.subversion.svnclientadapter.SVNInfoUnversioned
- All Implemented Interfaces:
ISVNInfo
A special
ISVNInfo implementation that is used if a File/Folder is not versioned.- Author:
- Cédric Chabanois (cchabanois at no-log.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the copy source revisionRetrieves the copy source urlintgetDepth()Retrieves the depth of the itemgetFile()file on which we get infoRetrieves the date of the last commitRetrieves the revision of the last commitRetrieves the author of the last commitRetrieves the last date the properties were changedRetrieves the last date the text content was changedRetrieves the lock comment (may be null)Retrieves the lock creation date (may be null)Retrieves the lock owner (may be null)Retrieves the nodeKindRetrieves the url of the repositoryRetrieves the last revision the item was updated toRetrieves the schedule of the next commitgetUrl()Retrieves the url of the itemRetrieves the url (string) of the itemgetUuid()Retrieves the uuid of the repositorybooleanisCopied()Retrieve if the item was copied
-
Constructor Details
-
SVNInfoUnversioned
Constructor- Parameters:
file-
-
-
Method Details
-
getFile
Description copied from interface:ISVNInfofile on which we get info -
getUrl
Description copied from interface:ISVNInfoRetrieves the url of the item -
getUrlString
Description copied from interface:ISVNInfoRetrieves the url (string) of the item- Specified by:
getUrlStringin interfaceISVNInfo- Returns:
- url of the item
-
getUuid
Description copied from interface:ISVNInfoRetrieves the uuid of the repository -
getRepository
Description copied from interface:ISVNInfoRetrieves the url of the repository- Specified by:
getRepositoryin interfaceISVNInfo- Returns:
- url of the repository
-
getSchedule
Description copied from interface:ISVNInfoRetrieves the schedule of the next commit- Specified by:
getSchedulein interfaceISVNInfo- Returns:
- schedule of the next commit
-
getNodeKind
Description copied from interface:ISVNInfoRetrieves the nodeKind- Specified by:
getNodeKindin interfaceISVNInfo- Returns:
- nodeKind
-
getLastCommitAuthor
Description copied from interface:ISVNInfoRetrieves the author of the last commit- Specified by:
getLastCommitAuthorin interfaceISVNInfo- Returns:
- author of the last commit
-
getRevision
Description copied from interface:ISVNInfoRetrieves the last revision the item was updated to- Specified by:
getRevisionin interfaceISVNInfo- Returns:
- last revision the item was updated to
-
getLastChangedRevision
Description copied from interface:ISVNInfoRetrieves the revision of the last commit- Specified by:
getLastChangedRevisionin interfaceISVNInfo- Returns:
- the revision of the last commit
-
getLastChangedDate
Description copied from interface:ISVNInfoRetrieves the date of the last commit- Specified by:
getLastChangedDatein interfaceISVNInfo- Returns:
- the date of the last commit
-
getLastDateTextUpdate
Description copied from interface:ISVNInfoRetrieves the last date the text content was changed- Specified by:
getLastDateTextUpdatein interfaceISVNInfo- Returns:
- last date the text content was changed
-
getLastDatePropsUpdate
Description copied from interface:ISVNInfoRetrieves the last date the properties were changed- Specified by:
getLastDatePropsUpdatein interfaceISVNInfo- Returns:
- last date the properties were changed
-
isCopied
public boolean isCopied()Description copied from interface:ISVNInfoRetrieve if the item was copied -
getCopyRev
Description copied from interface:ISVNInfoRetrieves the copy source revision- Specified by:
getCopyRevin interfaceISVNInfo- Returns:
- copy source revision
-
getCopyUrl
Description copied from interface:ISVNInfoRetrieves the copy source url- Specified by:
getCopyUrlin interfaceISVNInfo- Returns:
- copy source url
-
getLockCreationDate
Description copied from interface:ISVNInfoRetrieves the lock creation date (may be null)- Specified by:
getLockCreationDatein interfaceISVNInfo- Returns:
- lock creation date
-
getLockOwner
Description copied from interface:ISVNInfoRetrieves the lock owner (may be null)- Specified by:
getLockOwnerin interfaceISVNInfo- Returns:
- lock owner
-
getLockComment
Description copied from interface:ISVNInfoRetrieves the lock comment (may be null)- Specified by:
getLockCommentin interfaceISVNInfo- Returns:
- lock comment
-
getDepth
public int getDepth()Description copied from interface:ISVNInfoRetrieves the depth of the item
-