org.neo4j.graphdb.factory
Class GraphDatabaseSetting<T>

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseSetting<T>
All Implemented Interfaces:
Setting<T>, Function<Function<String,String>,T>
Direct Known Subclasses:
GraphDatabaseSetting.SettingWrapper

Deprecated.

@Deprecated
public abstract class GraphDatabaseSetting<T>
extends Object
implements Setting<T>

Setting types for Neo4j. Actual settings are in GraphDatabaseSettings.

This is a usage-only class, backwards compatibility is retained for using implementations of it, but not for implementing it.


Nested Class Summary
static class GraphDatabaseSetting.BooleanSetting
          Deprecated.  
static class GraphDatabaseSetting.DirectorySetting
          Deprecated.  
static class GraphDatabaseSetting.DoubleSetting
          Deprecated.  
static class GraphDatabaseSetting.FileSetting
          Deprecated.  
static class GraphDatabaseSetting.FloatSetting
          Deprecated.  
static class GraphDatabaseSetting.HostnamePortSetting
          Deprecated.  
static class GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting
          Deprecated.  
static class GraphDatabaseSetting.IntegerSetting
          Deprecated.  
static class GraphDatabaseSetting.LongSetting
          Deprecated.  
static class GraphDatabaseSetting.NumberOfBytesSetting
          Deprecated.  
static class GraphDatabaseSetting.OptionsSetting
          Deprecated.  
static class GraphDatabaseSetting.PortSetting
          Deprecated.  
static class GraphDatabaseSetting.SettingWrapper<T>
          Deprecated. 
static class GraphDatabaseSetting.StringSetting
          Deprecated.  
static class GraphDatabaseSetting.TimeSpanSetting
          Deprecated.  
static class GraphDatabaseSetting.URISetting
          Deprecated.  
 
Field Summary
static String ANY
          Deprecated.  
static String DURATION
          Deprecated.  
static String FALSE
          Deprecated.  
static String SIZE
          Deprecated.  
static String TRUE
          Deprecated.  
 
Constructor Summary
GraphDatabaseSetting()
          Deprecated.  
 
Method Summary
static boolean osIsMacOS()
          Deprecated.  
static boolean osIsWindows()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.graphdb.config.Setting
getDefaultValue, name
 
Methods inherited from interface org.neo4j.helpers.Function
apply
 

Field Detail

TRUE

public static final String TRUE
Deprecated. 
See Also:
Constant Field Values

FALSE

public static final String FALSE
Deprecated. 
See Also:
Constant Field Values

ANY

public static final String ANY
Deprecated. 
See Also:
Constant Field Values

SIZE

public static final String SIZE
Deprecated. 
See Also:
Constant Field Values

DURATION

public static final String DURATION
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

GraphDatabaseSetting

public GraphDatabaseSetting()
Deprecated. 
Method Detail

osIsWindows

public static boolean osIsWindows()
Deprecated. 

osIsMacOS

public static boolean osIsMacOS()
Deprecated. 


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