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
 
 public abstract class AbstractUpdateCommand extends AbstractCommand - Author:
- Emmanuel Venisse , Trygve Laugstøl
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractUpdateCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)protected abstract ChangeLogCommandgetChangeLogCommand()- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractUpdateCommandpublic AbstractUpdateCommand() 
 
- 
 - 
Method Detail- 
executeUpdateCommandprotected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 - 
getChangeLogCommandprotected abstract ChangeLogCommand getChangeLogCommand() 
 
- 
 
-