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

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

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

Methods in org.sonar.api.batch.analyzer with parameters of type InputFile.Type
 AnalyzerDescriptor AnalyzerDescriptor.workOnFileTypes(InputFile.Type... types)
          List InputFile.Type this Analyzer work on.
 

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

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

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

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)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.