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   
 

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 the issues of the project.
 

Uses of InstantiationStrategy in org.sonar.api.measures
 

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



Copyright © 2009-2014 SonarSource. All Rights Reserved.