Uses of Interface
org.sonar.api.batch.analyzer.AnalyzerDescriptor

Packages that use AnalyzerDescriptor
org.sonar.api.batch.analyzer   
org.sonar.api.batch.analyzer.internal   
 

Uses of AnalyzerDescriptor in org.sonar.api.batch.analyzer
 

Methods in org.sonar.api.batch.analyzer that return AnalyzerDescriptor
 AnalyzerDescriptor AnalyzerDescriptor.createIssuesForRuleRepositories(String... repositoryKeys)
          List InputFile.Type this Analyzer work on.
 AnalyzerDescriptor AnalyzerDescriptor.dependsOn(Metric<?>... metrics)
          List Metric this Analyzer depends on.
 AnalyzerDescriptor AnalyzerDescriptor.name(String name)
          Name of the Analyzer.
 AnalyzerDescriptor AnalyzerDescriptor.provides(Metric<?>... metrics)
          List Metric this Analyzer provides.
 AnalyzerDescriptor AnalyzerDescriptor.workOnFileTypes(InputFile.Type... types)
          List InputFile.Type this Analyzer work on.
 AnalyzerDescriptor AnalyzerDescriptor.workOnLanguages(String... languageKeys)
          List languages this Analyzer work on.
 

Methods in org.sonar.api.batch.analyzer with parameters of type AnalyzerDescriptor
 void Analyzer.describe(AnalyzerDescriptor descriptor)
          Populate AnalyzerDescriptor of this analyzer.
 

Uses of AnalyzerDescriptor in org.sonar.api.batch.analyzer.internal
 

Classes in org.sonar.api.batch.analyzer.internal that implement AnalyzerDescriptor
 class DefaultAnalyzerDescriptor
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.