org.sonar.batch.bootstrap
Class BootstrapProperties

java.lang.Object
  extended by org.sonar.batch.bootstrap.UserProperties
      extended by org.sonar.batch.bootstrap.BootstrapProperties

public class BootstrapProperties
extends UserProperties

Immutable batch properties that are not specific to a task (for example coming from global configuration file of sonar-runner).


Constructor Summary
BootstrapProperties(Map<String,String> properties)
           
 
Method Summary
 
Methods inherited from class org.sonar.batch.bootstrap.UserProperties
properties, property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapProperties

public BootstrapProperties(Map<String,String> properties)


Copyright © 2009–2015 SonarSource. All rights reserved.