Class HgChangeLogCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
- 
- org.apache.maven.scm.provider.hg.command.changelog.HgChangeLogCommand
 
 
 
- 
- All Implemented Interfaces:
- ChangeLogCommand,- Command
 
 public class HgChangeLogCommand extends AbstractChangeLogCommand implements Command - Author:
- thurner rupert, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgChangeLogCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangeLogScmResultexecuteChangeLogCommand(ChangeLogScmRequest request)protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)- 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommandexecuteChangeLogCommand, executeCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
HgChangeLogCommandpublic HgChangeLogCommand() 
 
- 
 - 
Method Detail- 
executeChangeLogCommandprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException - Overrides:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommandprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException - Specified by:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommandprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException - Overrides:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 
- 
 
-