org.neo4j.kernel.configuration
Interface BaseConfigurationMigrator.Migration

All Known Implementing Classes:
BaseConfigurationMigrator.PropertyRenamed, BaseConfigurationMigrator.SpecificPropertyMigration
Enclosing class:
BaseConfigurationMigrator

public static interface BaseConfigurationMigrator.Migration


Method Summary
 boolean appliesTo(Map<String,String> rawConfiguration)
           
 Map<String,String> apply(Map<String,String> rawConfiguration)
           
 String getDeprecationMessage()
           
 

Method Detail

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.