org.apache.maven.scm.provider.integrity.command.blame
Class IntegrityBlameCommand

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

public class IntegrityBlameCommand
extends AbstractBlameCommand

MKS Integrity implementation for Maven's AbstractBlameCommand
This class will execute a 'si annotate' command for the specified filename

Since:
1.6
Version:
$Id: IntegrityBlameCommand.java 1.3 2011/08/22 13:06:15EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
IntegrityBlameCommand()
           
 
Method Summary
 BlameScmResult executeBlameCommand(ScmProviderRepository repository, 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
 

Constructor Detail

IntegrityBlameCommand

public IntegrityBlameCommand()
Method Detail

executeBlameCommand

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

Specified by:
executeBlameCommand in class AbstractBlameCommand
Throws:
ScmException


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