org.neo4j.kernel.configuration
Class SystemPropertiesConfiguration

java.lang.Object
  extended by org.neo4j.kernel.configuration.SystemPropertiesConfiguration

public class SystemPropertiesConfiguration
extends Object

Collect settings from System.getProperties(). For the given settings classes, using the Setting pattern, check if the individual settings are available as system properties, and if so, add them to the given map.


Constructor Summary
SystemPropertiesConfiguration(Class<?>... settingsClasses)
           
SystemPropertiesConfiguration(Iterable<Class<?>> settingsClasses)
           
 
Method Summary
 Map<String,String> apply(Map<String,String> config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesConfiguration

public SystemPropertiesConfiguration(Class<?>... settingsClasses)

SystemPropertiesConfiguration

public SystemPropertiesConfiguration(Iterable<Class<?>> settingsClasses)
Method Detail

apply

public Map<String,String> apply(Map<String,String> config)


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.