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