org.neo4j.graphdb.factory
Class GraphDatabaseSetting.DirectorySetting
java.lang.Object
org.neo4j.graphdb.factory.GraphDatabaseSetting<String>
org.neo4j.graphdb.factory.GraphDatabaseSetting.StringSetting
org.neo4j.graphdb.factory.GraphDatabaseSetting.AbstractPathSetting
org.neo4j.graphdb.factory.GraphDatabaseSetting.DirectorySetting
- All Implemented Interfaces:
- Setting
- Enclosing class:
- GraphDatabaseSetting<T>
Deprecated.
@Deprecated
public static class GraphDatabaseSetting.DirectorySetting
- extends GraphDatabaseSetting.AbstractPathSetting
This is deprecated, because it is going to be moved out of the public API. Please use Setting
instead.
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 |
Method Summary |
void |
validate(Locale locale,
String value)
Deprecated. Validate a raw string value, called when configuration is set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphDatabaseSetting.DirectorySetting
public GraphDatabaseSetting.DirectorySetting(String name)
- Deprecated.
GraphDatabaseSetting.DirectorySetting
public GraphDatabaseSetting.DirectorySetting(String name,
boolean makeCanonical,
boolean fixIncorrectPathSeparators)
- Deprecated.
- Parameters:
name
- makeCanonical
- Resolve symbolic links and clean up the path string before returning it.fixIncorrectPathSeparators
- Ensure that path separators are correct for the current platform.
GraphDatabaseSetting.DirectorySetting
public GraphDatabaseSetting.DirectorySetting(String name,
GraphDatabaseSetting.DirectorySetting relativeTo,
boolean makeCanonical,
boolean fixIncorrectPathSeparators)
- Deprecated.
- Parameters:
name
- relativeTo
- If the configured value is a relative path, make it relative to this config setting.makeCanonical
- Resolve symbolic links and clean up the path string before returning it.fixIncorrectPathSeparators
- Ensure that path separators are correct for the current platform.
validate
public void validate(Locale locale,
String value)
- 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.
- Overrides:
validate
in class GraphDatabaseSetting.AbstractPathSetting
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.