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, printXMLPropHash
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
private SVNPath anchor
public boolean acceptsRevisionRange()
acceptsRevisionRange
in class SVNCommand
protected java.util.Collection createSupportedOptions()
createSupportedOptions
in class AbstractSVNCommand
public void run() throws SVNException
run
in class AbstractSVNCommand
SVNException
static SvnNewDiffGenerator createDiffGenerator(SVNCommandEnvironment svnEnvironment) throws SVNException
SVNException
public void handleDiffStatus(SVNDiffStatus diffStatus) throws SVNException
ISVNDiffStatusHandler
handleDiffStatus
in interface ISVNDiffStatusHandler
diffStatus
- a diff status objectSVNException