| Package | Description |
|---|---|
| org.sonar.api.batch.fs | |
| org.sonar.api.batch.fs.internal | |
| org.sonar.api.batch.sensor | |
| org.sonar.api.batch.sensor.internal |
| Modifier and Type | Method and Description |
|---|---|
InputFile.Type |
InputFile.type()
Does it contain main or test code ?
|
static InputFile.Type |
InputFile.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputFile.Type[] |
InputFile.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FilePredicate |
FilePredicates.hasType(InputFile.Type type) |
| Modifier and Type | Method and Description |
|---|---|
InputFile.Type |
DefaultInputFile.type() |
| Modifier and Type | Method and Description |
|---|---|
FilePredicate |
DefaultFilePredicates.hasType(InputFile.Type type) |
DefaultInputFile |
DefaultInputFile.setType(InputFile.Type type) |
| Modifier and Type | Method and Description |
|---|---|
SensorDescriptor |
SensorDescriptor.onlyOnFileType(InputFile.Type type)
InputFile.Type this Sensor work on. |
| Modifier and Type | Method and Description |
|---|---|
InputFile.Type |
DefaultSensorDescriptor.type() |
| Modifier and Type | Method and Description |
|---|---|
DefaultSensorDescriptor |
DefaultSensorDescriptor.onlyOnFileType(InputFile.Type type) |
Copyright © 2009–2015 SonarSource. All rights reserved.