org.neo4j.kernel.configuration
Class ConfigurationMigrator
java.lang.Object
org.neo4j.kernel.configuration.ConfigurationMigrator
public class ConfigurationMigrator
- extends Object
Migration of configuration settings. This allows old configurations to be read and converted into the new format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationMigrator
public ConfigurationMigrator(org.neo4j.kernel.impl.util.StringLogger messageLog)
migrateConfiguration
public Map<String,String> migrateConfiguration(Map<String,String> inputParams)
deprecationMessage
protected void deprecationMessage(String message)
configValueContainsMultipleParameters
@Deprecated
public static boolean configValueContainsMultipleParameters(String configValue)
- Deprecated.
parseMapFromConfigValue
@Deprecated
public static Args parseMapFromConfigValue(String name,
String configValue)
- Deprecated.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.