public final class CommandLineParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(CommandLine commandLine,
ArgumentList arguments)
Parse the specified command line according to the specified
list of arguments.
|
public static void parse(CommandLine commandLine, ArgumentList arguments) throws CommandLineParseException
commandLine - command line, must not be nullarguments - list of arguments, must not be nullCommandLineParseException - if an error occursCopyright © 2004–2022 dishevelled.org. All rights reserved.