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
-
-
Constructor Summary
Constructors Constructor Description SVNDiffCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsRevisionRange()(package private) static SvnNewDiffGeneratorcreateDiffGenerator(SVNCommandEnvironment svnEnvironment)protected java.util.CollectioncreateSupportedOptions()voidhandleDiffStatus(SVNDiffStatus diffStatus)Receives a diff status object to handle.voidrun()-
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
-
-
-
-
Field Detail
-
anchor
private SVNPath anchor
-
-
Method Detail
-
acceptsRevisionRange
public boolean acceptsRevisionRange()
- Overrides:
acceptsRevisionRangein classSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
public void run() throws SVNException- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
createDiffGenerator
static SvnNewDiffGenerator createDiffGenerator(SVNCommandEnvironment svnEnvironment) throws SVNException
- Throws:
SVNException
-
handleDiffStatus
public void handleDiffStatus(SVNDiffStatus diffStatus) throws SVNException
Description copied from interface:ISVNDiffStatusHandlerReceives a diff status object to handle.- Specified by:
handleDiffStatusin interfaceISVNDiffStatusHandler- Parameters:
diffStatus- a diff status object- Throws:
SVNException
-
-