Class HgInfoCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.provider.hg.command.info.HgInfoCommand
- All Implemented Interfaces:
 Command
- Since:
 - 1.5
 - Author:
 - Olivier Lamy
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
HgInfoCommand
public HgInfoCommand() 
 - 
 - 
Method Details
- 
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
 executeCommandin classAbstractCommand- Throws:
 ScmException
 
 -