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:
AbstractCvsUpdateCommand
,BazaarUpdateCommand
,ClearCaseUpdateCommand
,GitUpdateCommand
,HgUpdateCommand
,JazzUpdateCommand
,LocalUpdateCommand
,PerforceUpdateCommand
,StarteamUpdateCommand
,SvnUpdateCommand
,SynergyUpdateCommand
,TfsUpdateCommand
,VssUpdateCommand
-
Field Summary
-
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, getLogger, setLogger
-
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
-