Uses of Class
org.sonar.api.batch.InstantiationStrategy

Packages that use InstantiationStrategy
org.sonar.api.batch.bootstrap   
org.sonar.api.issue   
org.sonar.api.measures   
org.sonar.api.resources   
 

Uses of InstantiationStrategy in org.sonar.api.batch.bootstrap
 

Classes in org.sonar.api.batch.bootstrap with annotations of type InstantiationStrategy
 class ProjectBuilder
          This extension point allows to change project structure at runtime.
 

Uses of InstantiationStrategy in org.sonar.api.issue
 

Classes in org.sonar.api.issue with annotations of type InstantiationStrategy
 interface ProjectIssues
          Used by batch components to get all project issues.
 

Uses of InstantiationStrategy in org.sonar.api.measures
 

Classes in org.sonar.api.measures with annotations of type InstantiationStrategy
 class Metric<G extends Serializable>
          This class represents the definition of a metric in Sonar.
 interface Metrics
           
 

Uses of InstantiationStrategy in org.sonar.api.resources
 

Classes in org.sonar.api.resources with annotations of type InstantiationStrategy
 interface Language
          The extension point to define a new language

Instantiation strategy changed to PER_BATCH in version 4.2.

 



Copyright © 2009-2014 SonarSource. All Rights Reserved.