Class AbstractUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
- All Implemented Interfaces:
Command
- Author:
- Emmanuel Venisse , Trygve Laugstøl
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract UpdateScmResult
executeUpdateCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) protected abstract ChangeLogCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
AbstractUpdateCommand
public AbstractUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
protected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) throws ScmException - Throws:
ScmException
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
getChangeLogCommand
-