org.sonar.batch.config
Class BatchSettings

java.lang.Object
  extended by org.sonar.api.config.Settings
      extended by org.sonar.batch.config.BatchSettings
All Implemented Interfaces:
BatchComponent, ServerComponent

public final class BatchSettings
extends Settings

Since:
2.12

Field Summary
 
Fields inherited from class org.sonar.api.config.Settings
definitions, properties
 
Constructor Summary
BatchSettings(PropertyDefinitions propertyDefinitions, ProjectReactor reactor, org.apache.commons.configuration.Configuration deprecatedConfiguration)
           
 
Method Summary
 BatchSettings load()
           
 void updateDeprecatedCommonsConfiguration()
           
 
Methods inherited from class org.sonar.api.config.Settings
addEnvironmentVariables, addProperties, addProperties, addSystemProperties, appendProperty, clear, createForComponent, getBoolean, getClearString, getDate, getDateTime, getDefaultValue, getDefinitions, getEncryption, getInt, getKeysStartingWith, getLong, getProperties, getString, getStringArray, getStringArrayBySeparator, hasDefaultValue, hasKey, removeProperty, setProperties, 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
 

Constructor Detail

BatchSettings

public BatchSettings(PropertyDefinitions propertyDefinitions,
                     ProjectReactor reactor,
                     org.apache.commons.configuration.Configuration deprecatedConfiguration)
Method Detail

load

public BatchSettings load()

updateDeprecatedCommonsConfiguration

public void updateDeprecatedCommonsConfiguration()


Copyright © 2009-2012 SonarSource. All Rights Reserved.