Class AbstractUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
GitUpdateCommand, HgUpdateCommand, LocalUpdateCommand, SvnUpdateCommand
-
Field Summary
Fields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) protected abstract ChangeLogCommandMethods inherited from class 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:
executeCommandin classAbstractCommand- Throws:
ScmException
-
getChangeLogCommand
-