Class HgUpdateCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.update.AbstractUpdateCommand
- 
- org.apache.maven.scm.provider.hg.command.update.HgUpdateCommand
 
 
 
- 
- All Implemented Interfaces:
- Command
 
 public class HgUpdateCommand extends AbstractUpdateCommand implements Command - Author:
- thurner rupert, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgUpdateCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag)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- 
HgUpdateCommandpublic HgUpdateCommand() 
 
- 
 - 
Method Detail- 
executeUpdateCommandprotected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag) throws ScmException - Specified by:
- executeUpdateCommandin class- AbstractUpdateCommand
- Throws:
- ScmException
 
 - 
getChangeLogCommandprotected ChangeLogCommand getChangeLogCommand() - Specified by:
- getChangeLogCommandin class- AbstractUpdateCommand
 
 
- 
 
-