|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNStatus
An interface defining the status of one subversion item (file or directory) in the working copy or repository.
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()
|
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()
|
Method Detail |
---|
SVNUrl getUrl()
java.lang.String getUrlString()
SVNRevision.Number getLastChangedRevision()
java.util.Date getLastChangedDate()
java.lang.String getLastCommitAuthor()
SVNStatusKind getTextStatus()
SVNStatusKind getRepositoryTextStatus()
SVNStatusKind getPropStatus()
SVNStatusKind getRepositoryPropStatus()
SVNRevision.Number getRevision()
java.lang.String getPath()
status
was run.java.io.File getFile()
SVNNodeKind getNodeKind()
SVNNodeKind.UNKNOWN
not managed.boolean isCopied()
boolean isWcLocked()
boolean isSwitched()
java.io.File getConflictNew()
java.io.File getConflictOld()
java.io.File getConflictWorking()
java.lang.String getLockOwner()
java.util.Date getLockCreationDate()
java.lang.String getLockComment()
boolean hasTreeConflict()
SVNConflictDescriptor getConflictDescriptor()
boolean isFileExternal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |