org.sonar.xoo.scm
Class XooBlameCommand

java.lang.Object
  extended by org.sonar.api.batch.scm.BlameCommand
      extended by org.sonar.xoo.scm.XooBlameCommand
All Implemented Interfaces:
BatchComponent

public class XooBlameCommand
extends BlameCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.api.batch.scm.BlameCommand
BlameCommand.BlameInput, BlameCommand.BlameOutput
 
Constructor Summary
XooBlameCommand()
           
 
Method Summary
 void blame(BlameCommand.BlameInput input, BlameCommand.BlameOutput result)
          Compute blame of the provided files.
protected  void processFile(InputFile inputFile, BlameCommand.BlameOutput result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XooBlameCommand

public XooBlameCommand()
Method Detail

blame

public void blame(BlameCommand.BlameInput input,
                  BlameCommand.BlameOutput result)
Description copied from class: BlameCommand
Compute blame of the provided files. Computation can be done in parallel if this is more efficient. If there is an error that prevent to blame a file then an exception should be raised. If one file is new or contains local modifications then an exception should be raised.

Specified by:
blame in class BlameCommand

processFile

protected void processFile(InputFile inputFile,
                           BlameCommand.BlameOutput result)


Copyright © 2009–2015 SonarSource. All rights reserved.