public class SVNDiffCommand extends SVNXMLCommand implements ISVNDiffStatusHandler
| Constructor and Description |
|---|
SVNDiffCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsRevisionRange() |
(package private) static SvnNewDiffGenerator |
createDiffGenerator(SVNCommandEnvironment svnEnvironment) |
protected java.util.Collection |
createSupportedOptions() |
void |
handleDiffStatus(SVNDiffStatus diffStatus)
Receives a diff status object to handle.
|
void |
run() |
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashgetFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitteravailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprivate SVNPath anchor
public boolean acceptsRevisionRange()
acceptsRevisionRange in class SVNCommandprotected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionstatic SvnNewDiffGenerator createDiffGenerator(SVNCommandEnvironment svnEnvironment) throws SVNException
SVNExceptionpublic void handleDiffStatus(SVNDiffStatus diffStatus) throws SVNException
ISVNDiffStatusHandlerhandleDiffStatus in interface ISVNDiffStatusHandlerdiffStatus - a diff status objectSVNException