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
- Author:
- Emmanuel Venisse, Trygve Laugstøl, Frederic Mura, Mark Holster, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description ClearCaseChangeLogCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.protected ChangeLogScmResult
executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeChangeLogCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
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 classAbstractChangeLogCommand
- 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
-
-