org.neo4j.graphdb.factory
Class GraphDatabaseSetting
java.lang.Object
org.neo4j.graphdb.factory.GraphDatabaseSetting
- Direct Known Subclasses:
- GraphDatabaseSetting.NumberSetting, GraphDatabaseSetting.OptionsSetting, GraphDatabaseSetting.StringSetting
public abstract class GraphDatabaseSetting
- extends Object
Setting types for Neo4j. Actual settings are in GraphDatabaseSettings
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
ANY
public static final String ANY
- See Also:
- Constant Field Values
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
DURATION
public static final String DURATION
- See Also:
- Constant Field Values
GraphDatabaseSetting
protected GraphDatabaseSetting(String name,
String validationMessage)
name
public String name()
validationMessage
public String validationMessage()
validate
public void validate(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
validate
public abstract void validate(Locale locale,
String value)
getMessage
protected String getMessage(Locale locale,
String defaultMessage)
illegalValue
protected IllegalArgumentException illegalValue(Locale locale,
String... args)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
osIsWindows
public static boolean osIsWindows()
osIsMacOS
public static boolean osIsMacOS()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.