public interface NamedArgument
| Modifier and Type | Method and Description |
|---|---|
String |
description()
An explanation of the option in the options list.
|
String |
exampleValue()
Example value listed in usage between brackets like '--name=
|
default boolean |
has(org.neo4j.helpers.Args parsedArgs)
Returns true if this argument was given explicitly on the command line
|
String |
name()
Name of the option as in '--name=
|
String |
optionsListing()
Represents the option in the options list.
|
String |
parse(org.neo4j.helpers.Args parsedArgs)
Parses the option (or possible default value) out of program arguments.
|
Collection<String> |
parseMultiple(org.neo4j.helpers.Args parsedArgs)
Parses the option (or possible default value) out of program arguments.
|
String |
usage()
Represents the option in the usage string.
|
String optionsListing()
String usage()
String description()
String name()
String exampleValue()
String parse(org.neo4j.helpers.Args parsedArgs)
Collection<String> parseMultiple(org.neo4j.helpers.Args parsedArgs)
default boolean has(org.neo4j.helpers.Args parsedArgs)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.