Uses of Class
org.sonar.api.batch.fs.InputFile.Type

Packages that use InputFile.Type
org.sonar.api.batch.fs   
org.sonar.api.batch.fs.internal   
org.sonar.api.batch.sensor   
org.sonar.api.batch.sensor.internal   
 

Uses of InputFile.Type in org.sonar.api.batch.fs
 

Methods in org.sonar.api.batch.fs that return InputFile.Type
 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.
 

Methods in org.sonar.api.batch.fs with parameters of type InputFile.Type
 FilePredicate FilePredicates.hasType(InputFile.Type type)
           
 

Uses of InputFile.Type in org.sonar.api.batch.fs.internal
 

Methods in org.sonar.api.batch.fs.internal that return InputFile.Type
 InputFile.Type DefaultInputFile.type()
           
 

Methods in org.sonar.api.batch.fs.internal with parameters of type InputFile.Type
 FilePredicate DefaultFilePredicates.hasType(InputFile.Type type)
           
 DefaultInputFile DefaultInputFile.setType(InputFile.Type type)
           
 

Uses of InputFile.Type in org.sonar.api.batch.sensor
 

Methods in org.sonar.api.batch.sensor with parameters of type InputFile.Type
 SensorDescriptor SensorDescriptor.workOnFileTypes(InputFile.Type... types)
          List InputFile.Type this Sensor work on.
 

Uses of InputFile.Type in org.sonar.api.batch.sensor.internal
 

Methods in org.sonar.api.batch.sensor.internal that return types with arguments of type InputFile.Type
 Collection<InputFile.Type> DefaultSensorDescriptor.types()
           
 

Methods in org.sonar.api.batch.sensor.internal with parameters of type InputFile.Type
 DefaultSensorDescriptor DefaultSensorDescriptor.workOnFileTypes(InputFile.Type... types)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.