public interface PositionalArgument
| Modifier and Type | Method and Description |
|---|---|
String |
parse(org.neo4j.helpers.Args parsedArgs)
Parses the option (or possible default value) out of program arguments.
|
int |
position()
Index of the argument in arguments listing.
|
String |
usage()
Represents the option in the usage string.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.