org.apache.maven.scm.provider.clearcase.command.changelog
Class ClearCaseChangeLogCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
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 691810 2008-09-03 22:38:28Z vsiveton $
- Author:
- Emmanuel Venisse, Trygve Laugstøl, Frederic Mura, Mark Holster
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearCaseChangeLogCommand
public ClearCaseChangeLogCommand()
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
ScmBranch branch,
java.lang.String datePattern)
throws ScmException
-
- Specified by:
executeChangeLogCommand
in class AbstractChangeLogCommand
- Throws:
ScmException
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
ScmBranch branch,
java.util.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-2011 Apache Software Foundation. All Rights Reserved.