Class AbstractDiffCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.diff.AbstractDiffCommand
 
 
- 
- All Implemented Interfaces:
- Command
 
 public abstract class AbstractDiffCommand extends AbstractCommand TODO: Better support for entire filesets. TODO: Better support for entire changesets (ie consistency between revision handling in SVN). TODO: Consistent handling of revisions, tags and dates - currently only revisions supported.- Author:
- Emmanuel Venisse, Trygve Laugstøl, Brett Porter
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractDiffCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract DiffScmResultexecuteDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractDiffCommandpublic AbstractDiffCommand() 
 
- 
 - 
Method Detail- 
executeDiffCommandprotected abstract DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-