org.apache.maven.scm.command.diff
Class AbstractDiffCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by 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 CVS and SVN). TODO: Consistent handling of revisions, tags and dates - currently only revisions supported, though tags will work for CVS

Version:
$Id: AbstractDiffCommand.java 685539 2008-08-13 13:27:27Z vsiveton $
Author:
Emmanuel Venisse, Trygve Laugstøl, Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractDiffCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
protected abstract  DiffScmResult executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
           
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDiffCommand

public AbstractDiffCommand()
Method Detail

executeDiffCommand

protected abstract DiffScmResult executeDiffCommand(ScmProviderRepository repository,
                                                    ScmFileSet fileSet,
                                                    ScmVersion startRevision,
                                                    ScmVersion endRevision)
                                             throws ScmException
Throws:
ScmException

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository,
                                ScmFileSet fileSet,
                                CommandParameters parameters)
                         throws ScmException

Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.