Uses of Class
org.sonar.api.config.Settings

Packages that use Settings
org.sonar.api.config   
org.sonar.api.utils   
org.sonar.batch   
org.sonar.batch.bootstrap   
org.sonar.batch.config   
org.sonar.core.persistence   
org.sonar.plugins.checkstyle   
org.sonar.plugins.cobertura   
org.sonar.plugins.core.sensors   
org.sonar.plugins.cpd.index   
org.sonar.plugins.dbcleaner   
org.sonar.plugins.dbcleaner.period   
org.sonar.plugins.jacoco   
org.sonar.server.database   
org.sonar.server.notifications   
org.sonar.server.platform   
org.sonar.server.plugins   
org.sonar.server.startup   
org.sonar.server.ui   
 

Uses of Settings in org.sonar.api.config
 

Methods in org.sonar.api.config that return Settings
 Settings Settings.addEnvironmentVariables()
           
 Settings Settings.addProperties(Map<String,String> props)
           
 Settings Settings.addProperties(Properties props)
           
 Settings Settings.addSystemProperties()
           
 Settings Settings.appendProperty(String key, String value)
           
 Settings Settings.clear()
           
static Settings Settings.createForComponent(Object component)
          Create empty settings.
 Settings Settings.removeProperty(String key)
           
 Settings Settings.setProperties(Map<String,String> props)
           
 Settings Settings.setProperty(String key, Boolean value)
           
 Settings Settings.setProperty(String key, Date date)
           
 Settings Settings.setProperty(String key, Date date, boolean includeTime)
           
 Settings Settings.setProperty(String key, Double value)
           
 Settings Settings.setProperty(String key, Integer value)
           
 Settings Settings.setProperty(String key, Long value)
           
 Settings Settings.setProperty(String key, String value)
           
 

Uses of Settings in org.sonar.api.utils
 

Constructors in org.sonar.api.utils with parameters of type Settings
HttpDownloader(Server server, Settings settings)
           
HttpDownloader(Settings settings)
           
 

Uses of Settings in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type Settings
ProjectConfigurator(DatabaseSession databaseSession, Settings settings)
           
ServerMetadata(Settings settings)
           
 

Uses of Settings in org.sonar.batch.bootstrap
 

Constructors in org.sonar.batch.bootstrap with parameters of type Settings
BatchDatabase(Settings settings)
           
BatchPluginRepository(ArtifactDownloader artifactDownloader, Settings settings)
           
DryRun(Settings settings)
           
ProjectFilter(Settings settings)
           
 

Uses of Settings in org.sonar.batch.config
 

Subclasses of Settings in org.sonar.batch.config
 class BatchSettings
           
 class ProjectSettings
           
 

Uses of Settings in org.sonar.core.persistence
 

Constructors in org.sonar.core.persistence with parameters of type Settings
DefaultDatabase(Settings settings)
           
 

Uses of Settings in org.sonar.plugins.checkstyle
 

Constructors in org.sonar.plugins.checkstyle with parameters of type Settings
CheckstyleConfiguration(Settings conf, CheckstyleProfileExporter confExporter, RulesProfile profile, ProjectFileSystem fileSystem)
           
 

Uses of Settings in org.sonar.plugins.cobertura
 

Constructors in org.sonar.plugins.cobertura with parameters of type Settings
CoberturaMavenPluginHandler(Settings settings)
           
 

Uses of Settings in org.sonar.plugins.core.sensors
 

Constructors in org.sonar.plugins.core.sensors with parameters of type Settings
WeightedViolationsDecorator(Settings settings)
           
 

Uses of Settings in org.sonar.plugins.cpd.index
 

Constructors in org.sonar.plugins.cpd.index with parameters of type Settings
IndexFactory(Settings settings)
          For dry run, where is no access to database.
IndexFactory(Settings settings, ResourcePersister resourcePersister, DuplicationDao dao)
           
 

Uses of Settings in org.sonar.plugins.dbcleaner
 

Constructors in org.sonar.plugins.dbcleaner with parameters of type Settings
DefaultPurgeTask(PurgeDao purgeDao, Settings settings, DefaultPeriodCleaner periodCleaner)
           
 

Uses of Settings in org.sonar.plugins.dbcleaner.period
 

Constructors in org.sonar.plugins.dbcleaner.period with parameters of type Settings
DefaultPeriodCleaner(PurgeDao purgeDao, Settings settings)
           
 

Uses of Settings in org.sonar.plugins.jacoco
 

Constructors in org.sonar.plugins.jacoco with parameters of type Settings
JacocoConfiguration(Settings settings, JaCoCoAgentDownloader downloader)
           
 

Uses of Settings in org.sonar.server.database
 

Methods in org.sonar.server.database with parameters of type Settings
protected  File EmbeddedDatabase.getDataDirectory(Settings settings)
           
static Properties EmbeddedDatabase.getDefaultProperties(Settings settings)
           
 

Constructors in org.sonar.server.database with parameters of type Settings
EmbeddedDatabase(Settings settings)
           
EmbeddedDatabaseFactory(Settings settings)
           
 

Uses of Settings in org.sonar.server.notifications
 

Constructors in org.sonar.server.notifications with parameters of type Settings
NotificationService(Settings settings, DefaultNotificationManager manager, NotificationDispatcher[] dispatchers)
          Default constructor when no channels.
NotificationService(Settings settings, DefaultNotificationManager manager, NotificationDispatcher[] dispatchers, NotificationChannel[] channels)
           
 

Uses of Settings in org.sonar.server.platform
 

Subclasses of Settings in org.sonar.server.platform
 class ServerSettings
          Load settings in the following order (the last override the first) : general settings persisted in database file $SONAR_HOME/conf/sonar.properties environment variables system properties
 

Constructors in org.sonar.server.platform with parameters of type Settings
DefaultServerFileSystem(DatabaseConnector databaseConnector, Settings settings)
           
 

Uses of Settings in org.sonar.server.plugins
 

Constructors in org.sonar.server.plugins with parameters of type Settings
UpdateCenterClient(HttpDownloader downloader, Settings configuration)
           
 

Uses of Settings in org.sonar.server.startup
 

Constructors in org.sonar.server.startup with parameters of type Settings
GwtPublisher(GwtExtension[] extensions, Settings settings)
           
 

Uses of Settings in org.sonar.server.ui
 

Methods in org.sonar.server.ui that return Settings
 Settings JRubyFacade.getSettings()
           
 

Constructors in org.sonar.server.ui with parameters of type Settings
SecurityRealmFactory(Settings settings)
           
SecurityRealmFactory(Settings settings, LoginPasswordAuthenticator[] authenticators)
           
SecurityRealmFactory(Settings settings, SecurityRealm[] realms)
           
SecurityRealmFactory(Settings settings, SecurityRealm[] realms, LoginPasswordAuthenticator[] authenticators)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.