public class SVNStatusCommand extends SVNXMLCommand implements ISVNStatusHandler
Constructor and Description |
---|
SVNStatusCommand() |
Modifier and Type | Method and Description |
---|---|
protected Collection |
createSupportedOptions() |
void |
handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.
|
protected StringBuffer |
printXMLStatus(SVNStatus status,
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
protected 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
protected StringBuffer printXMLStatus(SVNStatus status, String path)
Copyright © 2019. All rights reserved.