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

Packages that use Settings
org.sonar.api.batch.analyzer   
org.sonar.api.config   
org.sonar.api.issue.action   
org.sonar.api.scan.filesystem   
org.sonar.api.utils   
 

Uses of Settings in org.sonar.api.batch.analyzer
 

Methods in org.sonar.api.batch.analyzer that return Settings
 Settings AnalyzerContext.settings()
          Get settings of the current project.
 

Uses of Settings in org.sonar.api.config
 

Methods in org.sonar.api.config that return Settings
 Settings Settings.addEnvironmentVariables()
          Deprecated. since 4.4 For embedding purpose all properties should be provided by the bootstrapper
 Settings Settings.addProperties(Map<String,String> props)
           
 Settings Settings.addProperties(Properties props)
           
 Settings Settings.addSystemProperties()
          Deprecated. since 4.4 For embedding purpose all properties should be provided by the bootstrapper
 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, Float value)
           
 Settings Settings.setProperty(String key, Integer value)
           
 Settings Settings.setProperty(String key, Long value)
           
 Settings Settings.setProperty(String key, String value)
           
 Settings Settings.setProperty(String key, String[] values)
           
 

Constructors in org.sonar.api.config with parameters of type Settings
EmailSettings(Settings settings)
           
Settings(Settings other)
          Clone settings.
 

Uses of Settings in org.sonar.api.issue.action
 

Methods in org.sonar.api.issue.action that return Settings
 Settings Function.Context.projectSettings()
           
 

Uses of Settings in org.sonar.api.scan.filesystem
 

Constructors in org.sonar.api.scan.filesystem with parameters of type Settings
FileExclusions(Settings settings)
           
 

Uses of Settings in org.sonar.api.utils
 

Constructors in org.sonar.api.utils with parameters of type Settings
Durations(Settings settings, I18n i18n)
           
HttpDownloader(Server server, Settings settings)
           
HttpDownloader(Server server, Settings settings, Integer readTimeout)
           
HttpDownloader(Settings settings)
           
HttpDownloader(Settings settings, Integer readTimeout)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.