Class SVNInfoUnversioned
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.SVNInfoUnversioned
-
-
Constructor Summary
Constructors Constructor Description SVNInfoUnversioned(java.io.File file)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNRevision.NumbergetCopyRev()Retrieves the copy source revisionSVNUrlgetCopyUrl()Retrieves the copy source urlintgetDepth()Retrieves the depth of the itemjava.io.FilegetFile()file on which we get infojava.util.DategetLastChangedDate()Retrieves the date of the last commitSVNRevision.NumbergetLastChangedRevision()Retrieves the revision of the last commitjava.lang.StringgetLastCommitAuthor()Retrieves the author of the last commitjava.util.DategetLastDatePropsUpdate()Retrieves the last date the properties were changedjava.util.DategetLastDateTextUpdate()Retrieves the last date the text content was changedjava.lang.StringgetLockComment()Retrieves the lock comment (may be null)java.util.DategetLockCreationDate()Retrieves the lock creation date (may be null)java.lang.StringgetLockOwner()Retrieves the lock owner (may be null)SVNNodeKindgetNodeKind()Retrieves the nodeKindSVNUrlgetRepository()Retrieves the url of the repositorySVNRevision.NumbergetRevision()Retrieves the last revision the item was updated toSVNScheduleKindgetSchedule()Retrieves the schedule of the next commitSVNUrlgetUrl()Retrieves the url of the itemjava.lang.StringgetUrlString()Retrieves the url (string) of the itemjava.lang.StringgetUuid()Retrieves the uuid of the repositorybooleanisCopied()Retrieve if the item was copied
-
-
-
Method Detail
-
getFile
public java.io.File getFile()
Description copied from interface:ISVNInfofile on which we get info
-
getUrl
public SVNUrl getUrl()
Description copied from interface:ISVNInfoRetrieves the url of the item
-
getUrlString
public java.lang.String getUrlString()
Description copied from interface:ISVNInfoRetrieves the url (string) of the item- Specified by:
getUrlStringin interfaceISVNInfo- Returns:
- url of the item
-
getUuid
public java.lang.String getUuid()
Description copied from interface:ISVNInfoRetrieves the uuid of the repository
-
getRepository
public SVNUrl getRepository()
Description copied from interface:ISVNInfoRetrieves the url of the repository- Specified by:
getRepositoryin interfaceISVNInfo- Returns:
- url of the repository
-
getSchedule
public SVNScheduleKind getSchedule()
Description copied from interface:ISVNInfoRetrieves the schedule of the next commit- Specified by:
getSchedulein interfaceISVNInfo- Returns:
- schedule of the next commit
-
getNodeKind
public SVNNodeKind getNodeKind()
Description copied from interface:ISVNInfoRetrieves the nodeKind- Specified by:
getNodeKindin interfaceISVNInfo- Returns:
- nodeKind
-
getLastCommitAuthor
public java.lang.String getLastCommitAuthor()
Description copied from interface:ISVNInfoRetrieves the author of the last commit- Specified by:
getLastCommitAuthorin interfaceISVNInfo- Returns:
- author of the last commit
-
getRevision
public SVNRevision.Number 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
public SVNRevision.Number getLastChangedRevision()
Description copied from interface:ISVNInfoRetrieves the revision of the last commit- Specified by:
getLastChangedRevisionin interfaceISVNInfo- Returns:
- the revision of the last commit
-
getLastChangedDate
public java.util.Date getLastChangedDate()
Description copied from interface:ISVNInfoRetrieves the date of the last commit- Specified by:
getLastChangedDatein interfaceISVNInfo- Returns:
- the date of the last commit
-
getLastDateTextUpdate
public java.util.Date 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
public java.util.Date 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
public SVNRevision.Number getCopyRev()
Description copied from interface:ISVNInfoRetrieves the copy source revision- Specified by:
getCopyRevin interfaceISVNInfo- Returns:
- copy source revision
-
getCopyUrl
public SVNUrl getCopyUrl()
Description copied from interface:ISVNInfoRetrieves the copy source url- Specified by:
getCopyUrlin interfaceISVNInfo- Returns:
- copy source url
-
getLockCreationDate
public java.util.Date getLockCreationDate()
Description copied from interface:ISVNInfoRetrieves the lock creation date (may be null)- Specified by:
getLockCreationDatein interfaceISVNInfo- Returns:
- lock creation date
-
getLockOwner
public java.lang.String getLockOwner()
Description copied from interface:ISVNInfoRetrieves the lock owner (may be null)- Specified by:
getLockOwnerin interfaceISVNInfo- Returns:
- lock owner
-
getLockComment
public java.lang.String getLockComment()
Description copied from interface:ISVNInfoRetrieves the lock comment (may be null)- Specified by:
getLockCommentin interfaceISVNInfo- Returns:
- lock comment
-
-