org.neo4j.server.configuration
Class MapBasedConfiguration

java.lang.Object
  extended by org.apache.commons.configuration.event.EventSource
      extended by org.apache.commons.configuration.AbstractConfiguration
          extended by org.neo4j.server.configuration.MapBasedConfiguration
All Implemented Interfaces:
org.apache.commons.configuration.Configuration

public class MapBasedConfiguration
extends org.apache.commons.configuration.AbstractConfiguration


Field Summary
 
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, EVENT_ADD_PROPERTY, EVENT_CLEAR, EVENT_CLEAR_PROPERTY, EVENT_READ_PROPERTY, EVENT_SET_PROPERTY, START_TOKEN
 
Constructor Summary
MapBasedConfiguration()
           
 
Method Summary
protected  void addPropertyDirect(String key, Object value)
           
 boolean containsKey(String key)
           
 Iterator<String> getKeys()
           
 Object getProperty(String key)
           
 boolean isEmpty()
           
 
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addErrorLogListener, addProperty, append, clear, clearProperty, clearPropertyDirect, copy, createInterpolator, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDefaultListDelimiter, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getInterpolator, getKeys, getList, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subset
 
Methods inherited from class org.apache.commons.configuration.event.EventSource
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, clone, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBasedConfiguration

public MapBasedConfiguration()
Method Detail

isEmpty

public boolean isEmpty()

containsKey

public boolean containsKey(String key)

getProperty

public Object getProperty(String key)

getKeys

public Iterator<String> getKeys()

addPropertyDirect

protected void addPropertyDirect(String key,
                                 Object value)
Specified by:
addPropertyDirect in class org.apache.commons.configuration.AbstractConfiguration


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