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 urlint
getDepth()
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 repositoryboolean
isCopied()
Retrieve if the item was copied
-
Constructor Details
-
SVNInfoUnversioned
Constructor- Parameters:
file
-
-
-
Method Details
-
getFile
Description copied from interface:ISVNInfo
file on which we get info -
getUrl
Description copied from interface:ISVNInfo
Retrieves the url of the item -
getUrlString
Description copied from interface:ISVNInfo
Retrieves the url (string) of the item- Specified by:
getUrlString
in interfaceISVNInfo
- Returns:
- url of the item
-
getUuid
Description copied from interface:ISVNInfo
Retrieves the uuid of the repository -
getRepository
Description copied from interface:ISVNInfo
Retrieves the url of the repository- Specified by:
getRepository
in interfaceISVNInfo
- Returns:
- url of the repository
-
getSchedule
Description copied from interface:ISVNInfo
Retrieves the schedule of the next commit- Specified by:
getSchedule
in interfaceISVNInfo
- Returns:
- schedule of the next commit
-
getNodeKind
Description copied from interface:ISVNInfo
Retrieves the nodeKind- Specified by:
getNodeKind
in interfaceISVNInfo
- Returns:
- nodeKind
-
getLastCommitAuthor
Description copied from interface:ISVNInfo
Retrieves the author of the last commit- Specified by:
getLastCommitAuthor
in interfaceISVNInfo
- Returns:
- author of the last commit
-
getRevision
Description copied from interface:ISVNInfo
Retrieves the last revision the item was updated to- Specified by:
getRevision
in interfaceISVNInfo
- Returns:
- last revision the item was updated to
-
getLastChangedRevision
Description copied from interface:ISVNInfo
Retrieves the revision of the last commit- Specified by:
getLastChangedRevision
in interfaceISVNInfo
- Returns:
- the revision of the last commit
-
getLastChangedDate
Description copied from interface:ISVNInfo
Retrieves the date of the last commit- Specified by:
getLastChangedDate
in interfaceISVNInfo
- Returns:
- the date of the last commit
-
getLastDateTextUpdate
Description copied from interface:ISVNInfo
Retrieves the last date the text content was changed- Specified by:
getLastDateTextUpdate
in interfaceISVNInfo
- Returns:
- last date the text content was changed
-
getLastDatePropsUpdate
Description copied from interface:ISVNInfo
Retrieves the last date the properties were changed- Specified by:
getLastDatePropsUpdate
in interfaceISVNInfo
- Returns:
- last date the properties were changed
-
isCopied
public boolean isCopied()Description copied from interface:ISVNInfo
Retrieve if the item was copied -
getCopyRev
Description copied from interface:ISVNInfo
Retrieves the copy source revision- Specified by:
getCopyRev
in interfaceISVNInfo
- Returns:
- copy source revision
-
getCopyUrl
Description copied from interface:ISVNInfo
Retrieves the copy source url- Specified by:
getCopyUrl
in interfaceISVNInfo
- Returns:
- copy source url
-
getLockCreationDate
Description copied from interface:ISVNInfo
Retrieves the lock creation date (may be null)- Specified by:
getLockCreationDate
in interfaceISVNInfo
- Returns:
- lock creation date
-
getLockOwner
Description copied from interface:ISVNInfo
Retrieves the lock owner (may be null)- Specified by:
getLockOwner
in interfaceISVNInfo
- Returns:
- lock owner
-
getLockComment
Description copied from interface:ISVNInfo
Retrieves the lock comment (may be null)- Specified by:
getLockComment
in interfaceISVNInfo
- Returns:
- lock comment
-
getDepth
public int getDepth()Description copied from interface:ISVNInfo
Retrieves the depth of the item
-