@ScannerSide public abstract class BlameCommand extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | BlameCommand.BlameInputCallback for the provider to report results of blame per file. | 
| static interface  | BlameCommand.BlameOutputCallback for the provider to report results of blame per file. | 
| Constructor and Description | 
|---|
| BlameCommand() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | blame(BlameCommand.BlameInput input,
     BlameCommand.BlameOutput output)Compute blame of the provided files. | 
public BlameCommand()
public abstract void blame(BlameCommand.BlameInput input, BlameCommand.BlameOutput output)
Copyright © 2009–2016 SonarSource. All rights reserved.