org.apache.maven.scm.provider.tfs.command
Class TfsChangeLogCommand

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.tfs.command.TfsChangeLogCommand
All Implemented Interfaces:
ChangeLogCommand, Command

public class TfsChangeLogCommand
extends AbstractChangeLogCommand

Version:
$id$
Author:
Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
TfsChangeLogCommand()
           
 
Method Summary
protected  TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, File file)
           
protected  ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository r, ScmFileSet f, Date startDate, Date endDate, ScmBranch branch, String datePattern)
           
 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, 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

TfsChangeLogCommand

public TfsChangeLogCommand()
Method Detail

executeChangeLogCommand

protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository r,
                                                     ScmFileSet f,
                                                     Date startDate,
                                                     Date endDate,
                                                     ScmBranch branch,
                                                     String datePattern)
                                              throws ScmException
Specified by:
executeChangeLogCommand in class AbstractChangeLogCommand
Throws:
ScmException

createCommand

protected TfsCommand createCommand(ScmProviderRepository r,
                                   ScmFileSet f,
                                   File file)


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