| Package | Description | 
|---|---|
| org.sonar.api.batch.sensor | |
| org.sonar.api.batch.sensor.internal | 
| Modifier and Type | Method and Description | 
|---|---|
SensorDescriptor | 
SensorDescriptor.createIssuesForRuleRepositories(String... repositoryKeys)
List rule repositories this  
Sensor create issues for. | 
SensorDescriptor | 
SensorDescriptor.createIssuesForRuleRepository(String... repositoryKey)
Rule repository this  
Sensor create issues for. | 
SensorDescriptor | 
SensorDescriptor.disabledInIssues()
Should this sensor be disabled in issues mode. 
 | 
SensorDescriptor | 
SensorDescriptor.name(String sensorName)
Displayable name of the  
Sensor. | 
SensorDescriptor | 
SensorDescriptor.onlyOnFileType(InputFile.Type type)
InputFile.Type this Sensor work on. | 
SensorDescriptor | 
SensorDescriptor.onlyOnLanguage(String languageKey)
Language this  
Sensor work on. | 
SensorDescriptor | 
SensorDescriptor.onlyOnLanguages(String... languageKeys)
List languages this  
Sensor work on. | 
SensorDescriptor | 
SensorDescriptor.requireProperties(String... propertyKeys)
List properties this  
Sensor depends on. | 
SensorDescriptor | 
SensorDescriptor.requireProperty(String... propertyKey)
Property this  
Sensor depends on. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Sensor.describe(SensorDescriptor descriptor)
Populate  
SensorDescriptor of this sensor. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSensorDescriptor  | 
Copyright © 2009–2015 SonarSource. All rights reserved.