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 264804 2005-08-30 16:09:04Z evenisse $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
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.lang.String tag)
           
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, int numDays, java.lang.String branch)
           
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
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,
                                                                                            int numDays,
                                                                                            java.lang.String branch)
                                                                                     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.lang.String tag)