org.apache.maven.scm.provider.jazz.command.blame
Class JazzBlameCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.blame.AbstractBlameCommand
          extended by org.apache.maven.scm.provider.jazz.command.blame.JazzBlameCommand
All Implemented Interfaces:
Command

public class JazzBlameCommand
extends AbstractBlameCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzBlameCommand()
           
 
Method Summary
 JazzScmCommand createBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename)
           
 BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename)
          
 
Methods inherited from class org.apache.maven.scm.command.blame.AbstractBlameCommand
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

JazzBlameCommand

public JazzBlameCommand()
Method Detail

executeBlameCommand

public BlameScmResult executeBlameCommand(ScmProviderRepository repo,
                                          ScmFileSet fileSet,
                                          String filename)
                                   throws ScmException

Specified by:
executeBlameCommand in class AbstractBlameCommand
Throws:
ScmException

createBlameCommand

public JazzScmCommand createBlameCommand(ScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         String filename)


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