org.apache.maven.scm.provider.starteam.command.changelog
Class StarteamChangeLogCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.changelog.AbstractChangeLogCommand
          extended byorg.apache.maven.scm.provider.starteam.command.changelog.StarteamChangeLogCommand
All Implemented Interfaces:
org.apache.maven.scm.command.changelog.ChangeLogCommand, org.apache.maven.scm.command.Command, StarteamCommand

public class StarteamChangeLogCommand
extends org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
implements StarteamCommand

Version:
$Id: StarteamChangeLogCommand.java 384735 2006-03-10 09:05:05Z dantran $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
StarteamChangeLogCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo, java.io.File workingDirectory, java.util.Date startDate)
           
protected  org.apache.maven.scm.command.changelog.ChangeLogScmResult executeChangeLogCommand(org.apache.maven.scm.provider.ScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String branch, java.lang.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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

StarteamChangeLogCommand

public StarteamChangeLogCommand()
Method Detail

executeChangeLogCommand

protected org.apache.maven.scm.command.changelog.ChangeLogScmResult executeChangeLogCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
                                                                                            org.apache.maven.scm.ScmFileSet fileSet,
                                                                                            java.util.Date startDate,
                                                                                            java.util.Date endDate,
                                                                                            java.lang.String branch,
                                                                                            java.lang.String datePattern)
                                                                                     throws org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException

createCommandLine

public static org.codehaus.plexus.util.cli.Commandline createCommandLine(StarteamScmProviderRepository repo,
                                                                         java.io.File workingDirectory,
                                                                         java.util.Date startDate)


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