Uses of Interface
org.sonar.api.ServerExtension

Packages that use ServerExtension
org.sonar.api.charts   
org.sonar.api.measures   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.web   
 

Uses of ServerExtension in org.sonar.api.charts
 

Subinterfaces of ServerExtension in org.sonar.api.charts
 interface Chart
           
 

Classes in org.sonar.api.charts that implement ServerExtension
 class AbstractChart
           
 

Uses of ServerExtension in org.sonar.api.measures
 

Subinterfaces of ServerExtension in org.sonar.api.measures
 interface Metrics
           
 

Classes in org.sonar.api.measures that implement ServerExtension
 class Metric
           
 

Uses of ServerExtension in org.sonar.api.resources
 

Subinterfaces of ServerExtension in org.sonar.api.resources
 interface Language
           
 

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

Uses of ServerExtension in org.sonar.api.rules
 

Subinterfaces of ServerExtension in org.sonar.api.rules
 interface RulesRepository<LANG extends Language>
           
 

Classes in org.sonar.api.rules that implement ServerExtension
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
           
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
           
 

Uses of ServerExtension in org.sonar.api.web
 

Subinterfaces of ServerExtension in org.sonar.api.web
 interface DashboardWidget
          Widget in project dashboard.
 interface Footer
           
 interface GwtExtension
           
 interface Page
           
 interface ResourceViewer
           
 

Classes in org.sonar.api.web that implement ServerExtension
 class AbstractDashboardWidget
          It's useful in development environment to see browser rendering in real time while editing the template.
 



Copyright © 2009 SonarSource SA. All Rights Reserved.