org.apache.maven.scm.provider.bazaar.command.blame
Class BazaarBlameCommand

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.bazaar.command.blame.BazaarBlameCommand
All Implemented Interfaces:
Command

public class BazaarBlameCommand
extends AbstractBlameCommand

Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy

Field Summary
static String BLAME_CMD
           
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
BazaarBlameCommand()
           
 
Method Summary
 BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, 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
 

Field Detail

BLAME_CMD

public static final String BLAME_CMD
See Also:
Constant Field Values
Constructor Detail

BazaarBlameCommand

public BazaarBlameCommand()
Method Detail

executeBlameCommand

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

Specified by:
executeBlameCommand in class AbstractBlameCommand
Throws:
ScmException


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