Uses of Interface
org.sonar.api.ServerComponent

Packages that use ServerComponent
org.sonar.api   
org.sonar.api.charts   
org.sonar.api.checks.profiles   
org.sonar.api.checks.templates   
org.sonar.api.measures   
org.sonar.api.platform   
org.sonar.api.profiles   
org.sonar.api.qualitymodel   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.security   
org.sonar.api.utils   
org.sonar.api.web   
org.sonar.core.plugin   
org.sonar.core.qualitymodel   
org.sonar.core.rule   
 

Uses of ServerComponent in org.sonar.api
 

Subinterfaces of ServerComponent in org.sonar.api
 interface ServerExtension
          Server extension point.
 

Uses of ServerComponent in org.sonar.api.charts
 

Subinterfaces of ServerComponent in org.sonar.api.charts
 interface Chart
          An Extension to create charts
 

Classes in org.sonar.api.charts that implement ServerComponent
 class AbstractChart
          An extension point to generate JFreeChart charts
 

Uses of ServerComponent in org.sonar.api.checks.profiles
 

Classes in org.sonar.api.checks.profiles that implement ServerComponent
 class CheckProfile
          Deprecated. since 2.3
 class CheckProfileProvider
          Deprecated. since 2.3
 

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

Classes in org.sonar.api.checks.templates that implement ServerComponent
 class CheckTemplateRepositories
          Deprecated. since 2.3
 class CheckTemplateRepository
          Deprecated. since 2.3
 

Uses of ServerComponent in org.sonar.api.measures
 

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

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

Uses of ServerComponent in org.sonar.api.platform
 

Subinterfaces of ServerComponent in org.sonar.api.platform
 interface PluginRepository
           
 interface ServerFileSystem
           
 interface ServerStartHandler
           
 interface ServerStopHandler
           
 

Classes in org.sonar.api.platform that implement ServerComponent
 class Environment
           
 class Server
           
 

Uses of ServerComponent in org.sonar.api.profiles
 

Classes in org.sonar.api.profiles that implement ServerComponent
 class AnnotationProfileParser
           
 class ProfileDefinition
          Define a profile which is automatically registered during sonar startup.
 class ProfileExporter
           
 class ProfileImporter
           
 class XMLProfileParser
           
 class XMLProfileSerializer
           
 

Uses of ServerComponent in org.sonar.api.qualitymodel
 

Subinterfaces of ServerComponent in org.sonar.api.qualitymodel
 interface ModelFinder
           
 

Classes in org.sonar.api.qualitymodel that implement ServerComponent
 class ModelDefinition
          This extension point must be implemented to define a new quality model.
 

Uses of ServerComponent in org.sonar.api.resources
 

Subinterfaces of ServerComponent in org.sonar.api.resources
 interface Language
          The extension point to define a new language
 

Classes in org.sonar.api.resources that implement ServerComponent
 class AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
 class Java
          Java language implementation
 class Languages
          A class to store the list of languages
 

Uses of ServerComponent in org.sonar.api.rules
 

Subinterfaces of ServerComponent in org.sonar.api.rules
 interface RuleFinder
           
 interface RulesRepository<LANG extends Language>
          Deprecated. since 2.3
 

Classes in org.sonar.api.rules that implement ServerComponent
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 class AnnotationRuleParser
           
 class RuleRepository
           
 class XMLRuleParser
           
 

Uses of ServerComponent in org.sonar.api.security
 

Subinterfaces of ServerComponent in org.sonar.api.security
 interface LoginPasswordAuthenticator
           
 

Uses of ServerComponent in org.sonar.api.utils
 

Classes in org.sonar.api.utils that implement ServerComponent
 class HttpDownloader
          Simple class to download a file from a HTTP repository.
 

Uses of ServerComponent in org.sonar.api.web
 

Subinterfaces of ServerComponent in org.sonar.api.web
 interface Footer
           
 interface GwtExtension
           
 interface Page
           
 interface RubyRailsPage
           
 interface RubyRailsWebservice
          EXPERIMENTAL

Interface to create a ruby web service extension point using the Ruby On Rails controller API (ActionController) The method getTemplate() return the ROR controller code, the name of the controller class defined in the template MUST match the following name scheme : Api::$Webservice.getId()Controller I.E : Webservice.getId() = TestWS > Api::TestWSController.

 interface RubyRailsWidget
          Widget in project dashboard page.
 interface View
           
 interface Webservice
          Interface to create a web service extension point
 interface Widget
           
 

Classes in org.sonar.api.web that implement ServerComponent
 class AbstractDashboardWidget
          Deprecated. override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget
 class CodeColorizerFormat
          Extend the library sonar-colorizer to support new languages.
 class GwtPage
           
 

Uses of ServerComponent in org.sonar.core.plugin
 

Classes in org.sonar.core.plugin that implement ServerComponent
 class AbstractPluginRepository
           
 class JpaPluginDao
           
 

Uses of ServerComponent in org.sonar.core.qualitymodel
 

Classes in org.sonar.core.qualitymodel that implement ServerComponent
 class DefaultModelFinder
           
 

Uses of ServerComponent in org.sonar.core.rule
 

Classes in org.sonar.core.rule that implement ServerComponent
 class DefaultRuleFinder
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.