org.neo4j.kernel.configuration
Interface BaseConfigurationMigrator.Migration
- All Known Implementing Classes:
- BaseConfigurationMigrator.PropertyRenamed, BaseConfigurationMigrator.SpecificPropertyMigration
- Enclosing class:
- BaseConfigurationMigrator
public static interface BaseConfigurationMigrator.Migration
appliesTo
boolean appliesTo(Map<String,String> rawConfiguration)
apply
Map<String,String> apply(Map<String,String> rawConfiguration)
getDeprecationMessage
String getDeprecationMessage()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.