org.neo4j.kernel.configuration
Class SystemPropertiesConfiguration
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesConfiguration
public SystemPropertiesConfiguration(Class<?>... settingsClasses)
SystemPropertiesConfiguration
public SystemPropertiesConfiguration(Iterable<Class<?>> settingsClasses)
apply
public Map<String,String> apply(Map<String,String> config)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.