org.neo4j.kernel.configuration
Class ConfigurationChange

java.lang.Object
  extended by org.neo4j.kernel.configuration.ConfigurationChange

public class ConfigurationChange
extends Object

TODO


Constructor Summary
ConfigurationChange(String name, String oldValue, String newValue)
           
 
Method Summary
 String getName()
           
 String getNewValue()
           
 String getOldValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationChange

public ConfigurationChange(String name,
                           String oldValue,
                           String newValue)
Method Detail

getName

public String getName()

getOldValue

public String getOldValue()

getNewValue

public String getNewValue()

toString

public String toString()
Overrides:
toString in class Object


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