Package | Description |
---|---|
org.neo4j.helpers |
Common Java utilities.
|
Modifier and Type | Method and Description |
---|---|
<T> Collection<Args.Option<T>> |
Args.interpretOptionsWithMetadata(String key,
org.neo4j.function.Function<String,T> defaultValue,
org.neo4j.function.Function<String,T> converter,
org.neo4j.kernel.impl.util.Validator<T>... validators)
An option can be specified multiple times.
|
Constructor and Description |
---|
Args(org.neo4j.function.Function<String,Args.Option<String>> optionParser,
Map<String,String> source) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.