Neo4j Community

org.neo4j.graphdb.factory
Class GraphDatabaseSetting.BooleanSetting

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseSetting<ST>
      extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.BaseOptionsSetting<Boolean>
          extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.BooleanSetting
All Implemented Interfaces:
Setting
Direct Known Subclasses:
GraphDatabaseSettings.UseMemoryMappedBuffers
Enclosing class:
GraphDatabaseSetting<T>

Deprecated.

@Deprecated
public static class GraphDatabaseSetting.BooleanSetting
extends GraphDatabaseSetting.BaseOptionsSetting<Boolean>

This is deprecated, because it is going to be moved out of the public API. Please use Setting instead.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
GraphDatabaseSetting.AbstractPathSetting, GraphDatabaseSetting.BaseOptionsSetting<ST>, GraphDatabaseSetting.BooleanSetting, GraphDatabaseSetting.DefaultValue, GraphDatabaseSetting.DirectorySetting, GraphDatabaseSetting.DoubleSetting, GraphDatabaseSetting.EnumerableSetting<ET extends Enum<ET>>, GraphDatabaseSetting.FileSetting, GraphDatabaseSetting.FloatSetting, GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting, GraphDatabaseSetting.IntegerSetting, GraphDatabaseSetting.ListSetting<T>, GraphDatabaseSetting.LongSetting, GraphDatabaseSetting.NumberOfBytesSetting, GraphDatabaseSetting.NumberSetting<T extends Number>, GraphDatabaseSetting.OptionsSetting, GraphDatabaseSetting.PortSetting, GraphDatabaseSetting.StringSetting, GraphDatabaseSetting.TimeSpanSetting, GraphDatabaseSetting.URISetting
 
Field Summary
 
Fields inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
ANY, DURATION, FALSE, SIZE, TRUE
 
Constructor Summary
GraphDatabaseSetting.BooleanSetting(String name)
          Deprecated.  
 
Method Summary
 Boolean valueOf(String rawValue, Config config)
          Deprecated. Create a typed value from a raw string value.
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting.BaseOptionsSetting
options, validate
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
getMessage, illegalValue, illegalValue, illegalValue, name, osIsMacOS, osIsWindows, validate, validationMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDatabaseSetting.BooleanSetting

public GraphDatabaseSetting.BooleanSetting(String name)
Deprecated. 
Method Detail

valueOf

public Boolean valueOf(String rawValue,
                       Config config)
Deprecated. 
Description copied from class: GraphDatabaseSetting
Create a typed value from a raw string value. This is to be called when a value is fetched from configuration.

Specified by:
valueOf in class GraphDatabaseSetting<Boolean>
Parameters:
rawValue - The raw string value stored in configuration
config - The config instance, allows having config values that depend on each other.
Returns:

Neo4j Community

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