public class SVNStatusUnversioned extends java.lang.Object implements ISVNStatus
ISVNStatus implementation that is used if a File/Folder is not versioned or is ignored.| Constructor and Description |
|---|
SVNStatusUnversioned(java.io.File file)
Constructor.
|
SVNStatusUnversioned(java.io.File file,
boolean isIgnored)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SVNConflictDescriptor |
getConflictDescriptor()
Returns the conflict descriptor for the tree conflict
|
java.io.File |
getConflictNew()
Returns in case of conflict, the file of the most recent repository
version
|
java.io.File |
getConflictOld()
Returns in case of conflict, the file of the common base version
|
java.io.File |
getConflictWorking()
Returns in case of conflict, the file of the former working copy
version
|
java.io.File |
getFile() |
java.util.Date |
getLastChangedDate() |
SVNRevision.Number |
getLastChangedRevision() |
java.lang.String |
getLastCommitAuthor()
get the last commit author or null if resource is not versionned
or if last commit author is unknown
|
java.lang.String |
getLockComment()
Returns the lock comment
|
java.util.Date |
getLockCreationDate()
Returns the lock creation date
|
java.lang.String |
getLockOwner()
Returns the lock owner
|
SVNNodeKind |
getNodeKind() |
java.lang.String |
getPath() |
SVNStatusKind |
getPropStatus() |
SVNStatusKind |
getRepositoryPropStatus() |
SVNStatusKind |
getRepositoryTextStatus() |
SVNRevision.Number |
getRevision() |
SVNStatusKind |
getTextStatus() |
SVNUrl |
getUrl() |
java.lang.String |
getUrlString() |
boolean |
hasTreeConflict()
Returns the tree conflicted state
|
boolean |
isCopied() |
boolean |
isFileExternal()
Returns if the item is a file external
|
boolean |
isSwitched() |
boolean |
isWcLocked() |
public SVNStatusUnversioned(java.io.File file,
boolean isIgnored)
file - isIgnored - true when creating SVNStatusKind.IGNORED, otherwise SVNStatusKind.UNVERSIONEDpublic SVNStatusUnversioned(java.io.File file)
file - public java.lang.String getPath()
getPath in interface ISVNStatusstatus was run.public java.io.File getFile()
getFile in interface ISVNStatuspublic SVNUrl getUrl()
getUrl in interface ISVNStatuspublic java.lang.String getUrlString()
getUrlString in interface ISVNStatuspublic SVNRevision.Number getLastChangedRevision()
getLastChangedRevision in interface ISVNStatuspublic java.util.Date getLastChangedDate()
getLastChangedDate in interface ISVNStatuspublic java.lang.String getLastCommitAuthor()
ISVNStatusgetLastCommitAuthor in interface ISVNStatuspublic SVNStatusKind getTextStatus()
getTextStatus in interface ISVNStatuspublic SVNStatusKind getPropStatus()
getPropStatus in interface ISVNStatuspublic SVNStatusKind getRepositoryTextStatus()
getRepositoryTextStatus in interface ISVNStatuspublic SVNStatusKind getRepositoryPropStatus()
getRepositoryPropStatus in interface ISVNStatuspublic SVNRevision.Number getRevision()
getRevision in interface ISVNStatuspublic boolean isCopied()
isCopied in interface ISVNStatuspublic boolean isWcLocked()
isWcLocked in interface ISVNStatuspublic boolean isSwitched()
isSwitched in interface ISVNStatuspublic SVNNodeKind getNodeKind()
getNodeKind in interface ISVNStatusSVNNodeKind.UNKNOWN not managed.public java.io.File getConflictNew()
ISVNStatusgetConflictNew in interface ISVNStatuspublic java.io.File getConflictOld()
ISVNStatusgetConflictOld in interface ISVNStatuspublic java.io.File getConflictWorking()
ISVNStatusgetConflictWorking in interface ISVNStatuspublic java.lang.String getLockComment()
ISVNStatusgetLockComment in interface ISVNStatuspublic java.util.Date getLockCreationDate()
ISVNStatusgetLockCreationDate in interface ISVNStatuspublic java.lang.String getLockOwner()
ISVNStatusgetLockOwner in interface ISVNStatuspublic SVNConflictDescriptor getConflictDescriptor()
ISVNStatusgetConflictDescriptor in interface ISVNStatuspublic boolean hasTreeConflict()
ISVNStatushasTreeConflict in interface ISVNStatuspublic boolean isFileExternal()
ISVNStatusisFileExternal in interface ISVNStatus