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
- Author:
 - thurner rupert, Olivier Lamy
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag) protected ChangeLogCommandMethods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
HgUpdateCommand
public HgUpdateCommand() 
 - 
 - 
Method Details
- 
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag) throws ScmException - Specified by:
 executeUpdateCommandin classAbstractUpdateCommand- Throws:
 ScmException
 - 
getChangeLogCommand
- Specified by:
 getChangeLogCommandin classAbstractUpdateCommand
 
 -