org.apache.maven.scm.provider.vss.commands.changelog
Class VssHistoryCommand

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.vss.commands.changelog.VssHistoryCommand
All Implemented Interfaces:
ChangeLogCommand, Command

public class VssHistoryCommand
extends AbstractChangeLogCommand

Version:
$Id: VssHistoryCommand.java 02.06.2006 00:05:29
Author:
Thorsten Riek

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssHistoryCommand()
           
 
Method Summary
 org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate)
           
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, 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

VssHistoryCommand

public VssHistoryCommand()
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 class AbstractChangeLogCommand
Throws:
ScmException

buildCmdLine

public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo,
                                                             ScmFileSet fileSet,
                                                             java.util.Date startDate,
                                                             java.util.Date endDate)
                                                      throws ScmException
Throws:
ScmException


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