Neo4j Community

org.neo4j.kernel
Class ConfigurationMigrator

java.lang.Object
  extended by org.neo4j.kernel.ConfigurationMigrator

public class ConfigurationMigrator
extends Object

Migration of configuration settings. This allows old configurations to be read and converted into the new format.


Constructor Summary
ConfigurationMigrator(org.neo4j.kernel.impl.util.StringLogger messageLog)
           
 
Method Summary
protected  void deprecationMessage(String message)
           
 Map<String,String> migrateConfiguration(Map<String,String> inputParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationMigrator

public ConfigurationMigrator(org.neo4j.kernel.impl.util.StringLogger messageLog)
Method Detail

migrateConfiguration

public Map<String,String> migrateConfiguration(Map<String,String> inputParams)

deprecationMessage

protected void deprecationMessage(String message)

Neo4j Community

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