org.apache.maven.scm.provider.cvslib.command.diff
Class AbstractCvsDiffCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.diff.AbstractDiffCommand
          extended by org.apache.maven.scm.provider.cvslib.command.diff.AbstractCvsDiffCommand
All Implemented Interfaces:
Command, CvsCommand
Direct Known Subclasses:
CvsExeDiffCommand, CvsJavaDiffCommand

public abstract class AbstractCvsDiffCommand
extends AbstractDiffCommand
implements CvsCommand

Version:
$Id: AbstractCvsDiffCommand.java 691810 2008-09-03 22:38:28Z vsiveton $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractCvsDiffCommand()
           
 
Method Summary
protected abstract  DiffScmResult executeCvsCommand(Commandline cl)
           
protected  DiffScmResult executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
          
protected  boolean isSupportNewFileParameter()
           
 
Methods inherited from class org.apache.maven.scm.command.diff.AbstractDiffCommand
executeCommand
 
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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

AbstractCvsDiffCommand

public AbstractCvsDiffCommand()
Method Detail

executeDiffCommand

protected DiffScmResult executeDiffCommand(ScmProviderRepository repo,
                                           ScmFileSet fileSet,
                                           ScmVersion startRevision,
                                           ScmVersion endRevision)
                                    throws ScmException

Specified by:
executeDiffCommand in class AbstractDiffCommand
Throws:
ScmException

executeCvsCommand

protected abstract DiffScmResult executeCvsCommand(Commandline cl)
                                            throws ScmException
Throws:
ScmException

isSupportNewFileParameter

protected boolean isSupportNewFileParameter()


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