org.apache.maven.scm.provider.perforce.command.changelog
Class PerforceChangeLogCommand

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.perforce.command.changelog.PerforceChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command, PerforceCommand

public class PerforceChangeLogCommand
extends AbstractChangeLogCommand
implements PerforceCommand

Version:
$Id: PerforceChangeLogCommand.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Emmanuel Venisse, Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
PerforceChangeLogCommand()
           
 
Method Summary
static Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String clientspec, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion)
           
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
          
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion)
           
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
          
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
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

PerforceChangeLogCommand

public PerforceChangeLogCommand()
Method Detail

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo,
                                                     ScmFileSet fileSet,
                                                     ScmVersion startVersion,
                                                     ScmVersion endVersion,
                                                     String datePattern)
                                              throws ScmException

Overrides:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

executeChangeLogCommand

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

Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo,
                                                     ScmFileSet fileSet,
                                                     Date startDate,
                                                     Date endDate,
                                                     ScmBranch branch,
                                                     String datePattern,
                                                     ScmVersion startVersion,
                                                     ScmVersion endVersion)
                                              throws ScmException
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(PerforceScmProviderRepository repo,
                                            File workingDirectory,
                                            String clientspec,
                                            ScmBranch branch,
                                            Date startDate,
                                            Date endDate,
                                            ScmVersion startVersion,
                                            ScmVersion endVersion)


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