| Interface | Description |
|---|---|
| NamedArgument | |
| PositionalArgument |
| Class | Description |
|---|---|
| Arguments |
Builder class for constructing a suitable arguments-string for displaying in help messages and alike.
|
| MandatoryNamedArg | |
| MandatoryPositionalArgument | |
| OptionalBooleanArg | |
| OptionalNamedArg | |
| OptionalNamedArgWithMetadata |
Some arguments can have a variable name, such as in neo4j-admin import where the `--relationships` argument may
have the following form:
--relationships:MYTYPE=file.csv
or the `--nodes` argument which can be
--nodes:TYPE1:TYPE2=file.csv
This is only used for validation, not to actually read the metadata.
|
| OptionalPositionalArgument |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.