org.apache.maven.scm.provider.svn.command.changelog
Class SvnChangeLogCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.changelog.AbstractChangeLogCommand
          extended byorg.apache.maven.scm.provider.svn.command.changelog.SvnChangeLogCommand
All Implemented Interfaces:
org.apache.maven.scm.command.changelog.ChangeLogCommand, org.apache.maven.scm.command.Command, SvnCommand

public class SvnChangeLogCommand
extends org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
implements SvnCommand

Version:
$Id: SvnChangeLogCommand.java 264804 2005-08-30 16:09:04Z evenisse $
Author:
Emmanuel Venisse

Field Summary
private static java.lang.String DATE_FORMAT
           
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
SvnChangeLogCommand()
           
 
Method Summary
static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.util.Date startDate, java.util.Date endDate)
           
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
 

Field Detail

DATE_FORMAT

private static final java.lang.String DATE_FORMAT
See Also:
Constant Field Values
Constructor Detail

SvnChangeLogCommand

public SvnChangeLogCommand()
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(SvnScmProviderRepository repository,
                                                                         java.io.File workingDirectory,
                                                                         java.lang.String branch,
                                                                         java.util.Date startDate,
                                                                         java.util.Date endDate)