Class AbstractChangeLogCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
 
 
- 
- All Implemented Interfaces:
- ChangeLogCommand,- Command
 - Direct Known Subclasses:
- GitChangeLogCommand,- HgChangeLogCommand,- JGitChangeLogCommand,- LocalChangeLogCommand,- SvnChangeLogCommand
 
 public abstract class AbstractChangeLogCommand extends AbstractCommand implements ChangeLogCommand - Author:
- Trygve Laugstøl, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractChangeLogCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ChangeLogScmResultexecuteChangeLogCommand(ChangeLogScmRequest request)protected abstract ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)Deprecated.protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Deprecated.protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)Deprecated.ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractChangeLogCommandpublic AbstractChangeLogCommand() 
 
- 
 - 
Method Detail- 
executeChangeLogCommand@Deprecated protected abstract ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException Deprecated.- Throws:
- ScmException
 
 - 
executeChangeLogCommand@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException Deprecated.- Throws:
- ScmException
 
 - 
executeChangeLogCommand@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) throws ScmException Deprecated.- Throws:
- ScmException
 
 - 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin interface- ChangeLogCommand
- Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommandprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException - Throws:
- ScmException
 
 
- 
 
-