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, printXMLPropHash
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
private SVNStatusPrinter myStatusPrinter
private java.util.Map myStatusCache
private int textConflicts
private int propConflicts
private int treeConflicts
protected java.util.Collection createSupportedOptions()
createSupportedOptions
in class AbstractSVNCommand
public void run() throws SVNException
run
in class AbstractSVNCommand
SVNException
public void handleStatus(SVNStatus status) throws SVNException
ISVNStatusHandler
handleStatus
in interface ISVNStatusHandler
status
- an object that contains per item status informationSVNException
private void countConflicts(SVNStatus status) throws SVNException
SVNException
protected java.lang.StringBuffer printXMLStatus(SVNStatus status, java.lang.String path)
private void printConflictStats()