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.Number
getCopyRev()
Retrieves the copy source revisionSVNUrl
getCopyUrl()
Retrieves the copy source urlint
getDepth()
Retrieves the depth of the itemjava.io.File
getFile()
file on which we get infojava.util.Date
getLastChangedDate()
Retrieves the date of the last commitSVNRevision.Number
getLastChangedRevision()
Retrieves the revision of the last commitjava.lang.String
getLastCommitAuthor()
Retrieves the author of the last commitjava.util.Date
getLastDatePropsUpdate()
Retrieves the last date the properties were changedjava.util.Date
getLastDateTextUpdate()
Retrieves the last date the text content was changedjava.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 nodeKindSVNUrl
getRepository()
Retrieves the url of the repositorySVNRevision.Number
getRevision()
Retrieves the last revision the item was updated toSVNScheduleKind
getSchedule()
Retrieves the schedule of the next commitSVNUrl
getUrl()
Retrieves the url of the itemjava.lang.String
getUrlString()
Retrieves the url (string) of the itemjava.lang.String
getUuid()
Retrieves the uuid of the repositoryboolean
isCopied()
Retrieve if the item was copied
-
-
-
Method Detail
-
getFile
public java.io.File getFile()
Description copied from interface:ISVNInfo
file on which we get info
-
getUrl
public SVNUrl getUrl()
Description copied from interface:ISVNInfo
Retrieves the url of the item
-
getUrlString
public java.lang.String getUrlString()
Description copied from interface:ISVNInfo
Retrieves the url (string) of the item- Specified by:
getUrlString
in interfaceISVNInfo
- Returns:
- url of the item
-
getUuid
public java.lang.String getUuid()
Description copied from interface:ISVNInfo
Retrieves the uuid of the repository
-
getRepository
public SVNUrl getRepository()
Description copied from interface:ISVNInfo
Retrieves the url of the repository- Specified by:
getRepository
in interfaceISVNInfo
- Returns:
- url of the repository
-
getSchedule
public SVNScheduleKind 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
public SVNNodeKind getNodeKind()
Description copied from interface:ISVNInfo
Retrieves the nodeKind- Specified by:
getNodeKind
in interfaceISVNInfo
- Returns:
- nodeKind
-
getLastCommitAuthor
public java.lang.String 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
public SVNRevision.Number 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
public SVNRevision.Number 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
public java.util.Date 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
public java.util.Date 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
public java.util.Date 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
public SVNRevision.Number getCopyRev()
Description copied from interface:ISVNInfo
Retrieves the copy source revision- Specified by:
getCopyRev
in interfaceISVNInfo
- Returns:
- copy source revision
-
getCopyUrl
public SVNUrl getCopyUrl()
Description copied from interface:ISVNInfo
Retrieves the copy source url- Specified by:
getCopyUrl
in interfaceISVNInfo
- Returns:
- copy source url
-
getLockCreationDate
public java.util.Date getLockCreationDate()
Description copied from interface:ISVNInfo
Retrieves the lock creation date (may be null)- Specified by:
getLockCreationDate
in interfaceISVNInfo
- Returns:
- lock creation date
-
getLockOwner
public java.lang.String getLockOwner()
Description copied from interface:ISVNInfo
Retrieves the lock owner (may be null)- Specified by:
getLockOwner
in interfaceISVNInfo
- Returns:
- lock owner
-
getLockComment
public java.lang.String getLockComment()
Description copied from interface:ISVNInfo
Retrieves the lock comment (may be null)- Specified by:
getLockComment
in interfaceISVNInfo
- Returns:
- lock comment
-
-