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

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

public class ClearCaseChangeLogCommand
extends AbstractChangeLogCommand
implements ClearCaseCommand

Version:
$Id: ClearCaseChangeLogCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Emmanuel Venisse, Trygve Laugstøl, Frederic Mura, Mark Holster, Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
ClearCaseChangeLogCommand()
           
 
Method Summary
static Commandline createCommandLine(File workingDirectory, ScmBranch branch, Date startDate)
          ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
          
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, 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
 

Constructor Detail

ClearCaseChangeLogCommand

public ClearCaseChangeLogCommand()
Method Detail

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository,
                                                     ScmFileSet fileSet,
                                                     Date startDate,
                                                     Date endDate,
                                                     ScmBranch branch,
                                                     String datePattern)
                                              throws ScmException

Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(File workingDirectory,
                                            ScmBranch branch,
                                            Date startDate)
ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.

Parameters:
workingDirectory -
branch -
startDate -
Returns:
The command line


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