org.apache.maven.scm.command.changelog
Class AbstractChangeLogCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command

public abstract class AbstractChangeLogCommand
extends AbstractCommand
implements ChangeLogCommand

Version:
$Id: AbstractChangeLogCommand.java 1353204 2012-06-23 21:45:17Z hboutemy $
Author:
Trygve Laugstøl, Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractChangeLogCommand()
           
 
Method Summary
protected  ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request)
           
protected abstract  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
          Deprecated. 
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
          Deprecated. 
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractChangeLogCommand

public 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

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

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request)
                                              throws ScmException
Throws:
ScmException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.