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
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) static SvnNewDiffGeneratorcreateDiffGenerator(SVNCommandEnvironment svnEnvironment) protected java.util.CollectionvoidhandleDiffStatus(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, printXMLPropHashMethods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitterMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
anchor
-
-
Constructor Details
-
SVNDiffCommand
public SVNDiffCommand()
-
-
Method Details
-
acceptsRevisionRange
public boolean acceptsRevisionRange()- Overrides:
acceptsRevisionRangein classSVNCommand
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
createDiffGenerator
static SvnNewDiffGenerator createDiffGenerator(SVNCommandEnvironment svnEnvironment) throws SVNException - Throws:
SVNException
-
handleDiffStatus
Description copied from interface:ISVNDiffStatusHandlerReceives a diff status object to handle.- Specified by:
handleDiffStatusin interfaceISVNDiffStatusHandler- Parameters:
diffStatus- a diff status object- Throws:
SVNException
-