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

Class ClearCaseChangeLogCommand

public class ClearCaseChangeLogCommand extends AbstractChangeLogCommand implements ClearCaseCommand

Version: $Id: ClearCaseChangeLogCommand.java 374508 2006-02-02 21:21:47Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl Frederic Mura

Method Summary
static CommandlinecreateCommandLine(File workingDirectory, String branch, Date startDate)
ClearCase LT version doesn't support the attribut -fmt and -since for command lhistory.
protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, String branch, String datePattern)
protected static booleanisClearCaseLT()
protected static voidsetIsClearCaseLT(boolean isClearCaseLT)
Frederic Mura Only use for test case

Method Detail

createCommandLine

public static Commandline createCommandLine(File workingDirectory, String 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

executeChangeLogCommand

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

isClearCaseLT

protected static boolean isClearCaseLT()

Returns: the value of the setting property 'clearcaseLT'

setIsClearCaseLT

protected static void setIsClearCaseLT(boolean isClearCaseLT)

Deprecated:

Frederic Mura Only use for test case

Parameters: isClearCaseLT

Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.