Package | Description |
---|---|
com.mchange.v2.cmdline |
Modifier and Type | Method and Description |
---|---|
static ParsedCommandLine |
CommandLineUtils.parse(String[] argv,
String switchPrefix,
String[] validSwitches,
String[] requiredSwitches,
String[] argSwitches)
"Parses" a command line by making use several conventions:
Certain arguments are considered "switches", by virtue
of being prefixed with some string, usually "-", "/", or "--"
Switches may have arguments associated with them.
|
Copyright © 2018 com.mchange. All rights reserved.