org.apache.maven.scm.command.changelog
Class AbstractChangeLogCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
- All Implemented Interfaces:
- ChangeLogCommand, Command
- public abstract class AbstractChangeLogCommand
- extends AbstractCommand
- implements ChangeLogCommand
- Version:
- $Id: AbstractChangeLogCommand.java 374369 2006-02-02 11:59:40Z evenisse $
- Author:
- Trygve Laugstøl
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Method Summary |
protected abstract ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String branch,
java.lang.String datePattern)
|
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag,
java.lang.String datePattern)
|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChangeLogCommand
public AbstractChangeLogCommand()
executeChangeLogCommand
protected abstract ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String branch,
java.lang.String datePattern)
throws ScmException
- Throws:
ScmException
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag,
java.lang.String datePattern)
throws ScmException
- Throws:
ScmException
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Specified by:
executeCommand
in interface ChangeLogCommand
- Specified by:
executeCommand
in class AbstractCommand
- Throws:
ScmException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.