org.sonar.batch.bootstrap
Class GlobalSettings
java.lang.Object
org.sonar.api.config.Settings
org.sonar.batch.bootstrap.GlobalSettings
- All Implemented Interfaces:
- BatchComponent, ServerComponent
public class GlobalSettings
- extends Settings
| Methods inherited from class org.sonar.api.config.Settings |
addEnvironmentVariables, addProperties, addProperties, addSystemProperties, appendProperty, clear, createForComponent, getBoolean, getClearString, getDate, getDateTime, getDefaultValue, getDefinitions, getDouble, getEncryption, getFloat, getInt, getKeysStartingWith, getLong, getProperties, getString, getStringArray, getStringArrayBySeparator, getStringLines, hasDefaultValue, hasKey, removeProperty, setProperties, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalSettings
public GlobalSettings(BootstrapProperties bootstrapProps,
PropertyDefinitions propertyDefinitions,
GlobalReferentials globalReferentials,
org.apache.commons.configuration.Configuration deprecatedConfiguration,
AnalysisMode mode)
doOnSetProperty
protected void doOnSetProperty(String key,
@Nullable
String value)
- Overrides:
doOnSetProperty in class Settings
doOnRemoveProperty
protected void doOnRemoveProperty(String key)
- Overrides:
doOnRemoveProperty in class Settings
doOnClearProperties
protected void doOnClearProperties()
- Overrides:
doOnClearProperties in class Settings
doOnGetProperties
protected void doOnGetProperties(String key)
- Overrides:
doOnGetProperties in class Settings
Copyright © 2009–2015 SonarSource. All rights reserved.