Package org.tmatesoft.svn.cli.svn
Class SVNDiffCommand
- java.lang.Object
-
- org.tmatesoft.svn.cli.AbstractSVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNCommand
-
- org.tmatesoft.svn.cli.svn.SVNXMLCommand
-
- org.tmatesoft.svn.cli.svn.SVNDiffCommand
-
- All Implemented Interfaces:
ISVNDiffStatusHandler
public class SVNDiffCommand extends SVNXMLCommand implements ISVNDiffStatusHandler
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNDiffCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptsRevisionRange()
protected java.util.Collection
createSupportedOptions()
void
handleDiffStatus(SVNDiffStatus diffStatus)
Receives a diff status object to handle.void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNXMLCommand
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHash
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
-
-
-
Method Detail
-
acceptsRevisionRange
public boolean acceptsRevisionRange()
- Overrides:
acceptsRevisionRange
in classSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handleDiffStatus
public void handleDiffStatus(SVNDiffStatus diffStatus) throws SVNException
Description copied from interface:ISVNDiffStatusHandler
Receives a diff status object to handle.- Specified by:
handleDiffStatus
in interfaceISVNDiffStatusHandler
- Parameters:
diffStatus
- a diff status object- Throws:
SVNException
-
-