org.apache.maven.scm.command.update
Class AbstractUpdateCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.update.AbstractUpdateCommand
All Implemented Interfaces:
Command

public abstract class AbstractUpdateCommand
extends AbstractCommand

Version:
$Id: AbstractUpdateCommand.java 201608 2005-06-24 12:53:57Z evenisse $
Author:
Emmanuel Venisse , Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractUpdateCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tag)
           
protected abstract  ChangeLogCommand getChangeLogCommand()
           
 
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

AbstractUpdateCommand

public AbstractUpdateCommand()
Method Detail

executeUpdateCommand

protected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository,
                                                        ScmFileSet fileSet,
                                                        java.lang.String tag)
                                                 throws ScmException
Throws:
ScmException

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository,
                                ScmFileSet fileSet,
                                CommandParameters parameters)
                         throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException

getChangeLogCommand

protected abstract ChangeLogCommand getChangeLogCommand()