org.neo4j.graphdb.factory
Class GraphDatabaseSetting.BaseOptionsSetting<ST>

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

Deprecated.

@Deprecated
public abstract static class GraphDatabaseSetting.BaseOptionsSetting<ST>
extends GraphDatabaseSetting<ST>

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
protected GraphDatabaseSetting.BaseOptionsSetting(String name, String... options)
          Deprecated.  
 
Method Summary
 String[] options()
          Deprecated.  
 void validate(Locale locale, String value)
          Deprecated. Validate a raw string value, called when configuration is set.
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
getMessage, illegalValue, illegalValue, illegalValue, name, osIsMacOS, osIsWindows, validate, validationMessage, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDatabaseSetting.BaseOptionsSetting

protected GraphDatabaseSetting.BaseOptionsSetting(String name,
                                                  String... options)
Deprecated. 
Method Detail

validate

public void validate(Locale locale,
                     String value)
              throws IllegalArgumentException
Deprecated. 
Description copied from class: GraphDatabaseSetting
Validate a raw string value, called when configuration is set. Throws IllegalArgumentException if the provided value is not valid.

Specified by:
validate in class GraphDatabaseSetting<ST>
Throws:
IllegalArgumentException

options

public String[] options()
Deprecated. 


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