| Package | Description |
|---|---|
| org.neo4j.commandline.arguments | |
| org.neo4j.commandline.arguments.common |
| Modifier and Type | Class and Description |
|---|---|
class |
MandatoryNamedArg |
class |
OptionalBooleanArg |
class |
OptionalNamedArg |
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Arguments.formatArgumentDescription(int longestAlignmentLength,
NamedArgument argument) |
Arguments |
Arguments.withArgument(NamedArgument namedArgument) |
| Modifier and Type | Class and Description |
|---|---|
class |
Database |
class |
MandatoryCanonicalPath |
class |
OptionalCanonicalPath |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.