public class JavaPropertiesSquidSensor extends Object implements org.sonar.api.batch.sensor.Sensor
| Constructor and Description |
|---|
JavaPropertiesSquidSensor(org.sonar.api.batch.fs.FileSystem fileSystem,
org.sonar.api.batch.rule.CheckFactory checkFactory) |
JavaPropertiesSquidSensor(org.sonar.api.batch.fs.FileSystem fileSystem,
org.sonar.api.batch.rule.CheckFactory checkFactory,
CustomJavaPropertiesRulesDefinition[] customRulesDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor) |
void |
execute(org.sonar.api.batch.sensor.SensorContext sensorContext) |
public JavaPropertiesSquidSensor(org.sonar.api.batch.fs.FileSystem fileSystem,
org.sonar.api.batch.rule.CheckFactory checkFactory)
public JavaPropertiesSquidSensor(org.sonar.api.batch.fs.FileSystem fileSystem,
org.sonar.api.batch.rule.CheckFactory checkFactory,
@Nullable
CustomJavaPropertiesRulesDefinition[] customRulesDefinition)
public void describe(org.sonar.api.batch.sensor.SensorDescriptor descriptor)
describe in interface org.sonar.api.batch.sensor.Sensorpublic void execute(org.sonar.api.batch.sensor.SensorContext sensorContext)
execute in interface org.sonar.api.batch.sensor.SensorCopyright © 2015–2016 David RACODON. All rights reserved.