|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNStatusUnversioned
public class SVNStatusUnversioned
A special ISVNStatus implementation that is used if a File/Folder is not versioned or is ignored.
| Constructor Summary | |
|---|---|
SVNStatusUnversioned(java.io.File file)
Constructor. |
|
SVNStatusUnversioned(java.io.File file,
boolean isIgnored)
Constructor. |
|
| Method Summary | |
|---|---|
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()
|
SVNUrl |
getUrlCopiedFrom()
|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVNStatusUnversioned(java.io.File file,
boolean isIgnored)
file - isIgnored - true when creating SVNStatusKind.IGNORED, otherwise SVNStatusKind.UNVERSIONEDpublic SVNStatusUnversioned(java.io.File file)
file - | Method Detail |
|---|
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()
ISVNStatus
getLastCommitAuthor 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 SVNUrl getUrlCopiedFrom()
getUrlCopiedFrom in interface ISVNStatuspublic java.io.File getConflictNew()
ISVNStatus
getConflictNew in interface ISVNStatuspublic java.io.File getConflictOld()
ISVNStatus
getConflictOld in interface ISVNStatuspublic java.io.File getConflictWorking()
ISVNStatus
getConflictWorking in interface ISVNStatuspublic java.lang.String getLockComment()
ISVNStatus
getLockComment in interface ISVNStatuspublic java.util.Date getLockCreationDate()
ISVNStatus
getLockCreationDate in interface ISVNStatuspublic java.lang.String getLockOwner()
ISVNStatus
getLockOwner in interface ISVNStatuspublic SVNConflictDescriptor getConflictDescriptor()
ISVNStatus
getConflictDescriptor in interface ISVNStatuspublic boolean hasTreeConflict()
ISVNStatus
hasTreeConflict in interface ISVNStatuspublic boolean isFileExternal()
ISVNStatus
isFileExternal in interface ISVNStatus
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||