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   
 

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.