org.apache.maven.scm.provider.clearcase.command.changelog
Class ClearCaseChangeLogCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.changelog.AbstractChangeLogCommand
          extended byorg.apache.maven.scm.provider.clearcase.command.changelog.ClearCaseChangeLogCommand
All Implemented Interfaces:
org.apache.maven.scm.command.changelog.ChangeLogCommand, ClearCaseCommand, org.apache.maven.scm.command.Command

public class ClearCaseChangeLogCommand
extends org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseChangeLogCommand.java 264804 2005-08-30 16:09:04Z evenisse $
Author:
Emmanuel Venisse, Trygve Laugstøl

Nested Class Summary
 
Nested classes inherited from class org.apache.maven.scm.command.Command
 
Field Summary
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseChangeLogCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.lang.String branch, java.util.Date startDate)
           
protected  org.apache.maven.scm.command.changelog.ChangeLogScmResult executeChangeLogCommand(org.apache.maven.scm.provider.ScmProviderRepository repository, org.apache.maven.scm.ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)
           
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeCommand
 
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
 
Methods inherited from interface org.apache.maven.scm.command.Command
 

Constructor Detail

ClearCaseChangeLogCommand

public ClearCaseChangeLogCommand()
Method Detail

executeChangeLogCommand

protected org.apache.maven.scm.command.changelog.ChangeLogScmResult executeChangeLogCommand(org.apache.maven.scm.provider.ScmProviderRepository repository,
                                                                                            org.apache.maven.scm.ScmFileSet fileSet,
                                                                                            java.util.Date startDate,
                                                                                            java.util.Date endDate,
                                                                                            int numDays,
                                                                                            java.lang.String branch)
                                                                                     throws org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException

createCommandLine

public static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
                                                                         java.lang.String branch,
                                                                         java.util.Date startDate)