Uses of Interface
org.sonar.api.resources.Language

Packages that use Language
org.sonar.api.batch   
org.sonar.api.checks.templates   
org.sonar.api.resources   
org.sonar.api.rules   
 

Uses of Language in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return Language
 Language CpdMapping.getLanguage()
           
 Language AbstractSourceImporter.getLanguage()
           
 

Constructors in org.sonar.api.batch with parameters of type Language
AbstractDirectoriesDecorator(Language language)
          Deprecated.  
AbstractFileComplexityDecorator(Language language)
          Deprecated.  
AbstractFilesDecorator(Language language)
          Deprecated.  
AbstractFunctionComplexityDecorator(Language language)
          Deprecated.  
AbstractFunctionComplexityDistributionDecorator(Language language)
          Deprecated.  
AbstractSourceImporter(Language language)
           
 

Uses of Language in org.sonar.api.checks.templates
 

Methods in org.sonar.api.checks.templates that return Language
 Language CheckTemplateRepository.getLanguage()
          Deprecated.  
 

Methods in org.sonar.api.checks.templates with parameters of type Language
static CheckTemplateRepository CheckTemplateRepository.createFromAnnotatedClasses(String repositoryKey, Language language, Collection<Class> classes)
          Deprecated.  
static CheckTemplateRepository CheckTemplateRepository.createFromXml(String repositoryKey, Language language, String pathToXml)
          Deprecated.  
 CheckTemplateRepository CheckTemplateRepository.setLanguage(Language l)
          Deprecated.  
 

Uses of Language in org.sonar.api.resources
 

Classes in org.sonar.api.resources that implement Language
 class AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
 class Java
          Java language implementation
 

Fields in org.sonar.api.resources declared as Language
protected  Language Method.language
           
 

Methods in org.sonar.api.resources that return Language
 Language Languages.get(String key)
          Return a language from the current object based on its key
abstract  Language Resource.getLanguage()
           
 Language Project.getLanguage()
           
 Language Method.getLanguage()
           
 Language Library.getLanguage()
           
 Language JavaPackage.getLanguage()
           
 Language JavaFile.getLanguage()
           
 Language File.getLanguage()
          
 Language Directory.getLanguage()
           
 

Methods in org.sonar.api.resources with parameters of type Language
 void Languages.add(Language language)
          Adds a language to the current object
static Method Method.createMethod(String key, Language language)
           
 List<File> ProjectFileSystem.getSourceFiles(Language... langs)
          Deprecated. since 2.6 use ProjectFileSystem.mainFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
 List<File> DefaultProjectFileSystem.getSourceFiles(Language... langs)
          Deprecated. 
 List<File> ProjectFileSystem.getTestFiles(Language... langs)
          Deprecated. since 2.6 use ProjectFileSystem.testFiles(String...) instead. See http://jira.codehaus.org/browse/SONAR-2126
 List<File> DefaultProjectFileSystem.getTestFiles(Language... langs)
          Deprecated. 
 boolean ProjectFileSystem.hasTestFiles(Language lang)
          Deprecated. since 2.6 - use language key instead of Language object
 boolean DefaultProjectFileSystem.hasTestFiles(Language lang)
          Deprecated. 
 Project Project.setLanguage(Language language)
           
 void File.setLanguage(Language language)
          Sets the language of the file
 

Constructors in org.sonar.api.resources with parameters of type Language
Directory(String key, Language language)
           
File(Language language, String key)
          Creates a File from its language and its key
File(Language language, String directory, String filename)
          Creates a File from language, directory and filename
Languages(Language... languages)
          Creates a list of languages
Method(String key, String qualifier, Language language)
           
 

Uses of Language in org.sonar.api.rules
 

Classes in org.sonar.api.rules with type parameters of type Language
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 interface RulesRepository<LANG extends Language>
          Deprecated. since 2.3
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.