public class SVNStatusCommand extends SVNXMLCommand implements ISVNStatusHandler
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
myStatusCache |
private SVNStatusPrinter |
myStatusPrinter |
private int |
propConflicts |
private int |
textConflicts |
private int |
treeConflicts |
| Constructor and Description |
|---|
SVNStatusCommand() |
| Modifier and Type | Method and Description |
|---|---|
private void |
countConflicts(SVNStatus status) |
protected java.util.Collection |
createSupportedOptions() |
void |
handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.
|
private void |
printConflictStats() |
protected java.lang.StringBuffer |
printXMLStatus(SVNStatus status,
java.lang.String path) |
void |
run() |
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashacceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitteravailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprivate SVNStatusPrinter myStatusPrinter
private java.util.Map myStatusCache
private int textConflicts
private int propConflicts
private int treeConflicts
protected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic void handleStatus(SVNStatus status) throws SVNException
ISVNStatusHandlerhandleStatus in interface ISVNStatusHandlerstatus - an object that contains per item status informationSVNExceptionprivate void countConflicts(SVNStatus status) throws SVNException
SVNExceptionprotected java.lang.StringBuffer printXMLStatus(SVNStatus status, java.lang.String path)
private void printConflictStats()