Package org.sonar.api

Interface Summary
BatchExtension Extension deployed in analysis batch.
CoreProperties CoreProperties is used to group various properties of Sonar as well as default values of configuration in a single place
Extension Extension point.
Plugin A plugin is a group of extensions.
ServerExtension Extension deployed in web server.
 

Class Summary
Plugins Plugins dictionnary.
 

Annotation Types Summary
Properties Plugin properties.
Property Property value can be set in different ways : System property Maven command-line (-Dfoo=bar) Maven pom.xml (element ) Maven settings.xml Sonar web interface

Value is accessible in batch extensions via the Configuration object of class org.sonar.api.resources.Project (see method getConfiguration()).

 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.