public static interface MeasureComputer.MeasureComputerDefinition
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MeasureComputer.MeasureComputerDefinition.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<String> | getInputMetrics()Return the metric keys that can be read using  MeasureComputer.MeasureComputerContext. | 
| Set<String> | getOutputMetrics()Return the metric keys that can be create using  MeasureComputer.MeasureComputerContext. | 
Set<String> getInputMetrics()
MeasureComputer.MeasureComputerContext.
 Can be empty for instance when the computer only need to access to issues.Set<String> getOutputMetrics()
MeasureComputer.MeasureComputerContext.
 Can never ne empty.Copyright © 2009–2016 SonarSource. All rights reserved.