Class LocalUpdateCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.update.AbstractUpdateCommand
- 
- org.apache.maven.scm.provider.local.command.update.LocalUpdateCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- LocalCommand
 
 public class LocalUpdateCommand extends AbstractUpdateCommand implements LocalCommand - Author:
- Trygve Laugstøl, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalUpdateCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)protected ChangeLogCommandgetChangeLogCommand()- 
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
LocalUpdateCommandpublic LocalUpdateCommand() 
 
- 
 - 
Method Detail- 
executeUpdateCommandprotected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Specified by:
- executeUpdateCommandin class- AbstractUpdateCommand
- Throws:
- ScmException
 
 - 
getChangeLogCommandprotected ChangeLogCommand getChangeLogCommand() - Specified by:
- getChangeLogCommandin class- AbstractUpdateCommand
 
 
- 
 
-