| Package | Description |
|---|---|
| org.dishevelled.commandline |
Command line parser based on typed arguments.
|
| org.dishevelled.commandline.argument |
Implementations of the typed
Argument<E> interface. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandLineParser.parse(CommandLine commandLine,
ArgumentList arguments)
Parse the specified command line according to the specified
list of arguments.
|
static void |
Usage.usage(String header,
String message,
Throwable cause,
CommandLine commandLine,
ArgumentList arguments,
OutputStream out)
Generate an usage string to the specified output stream.
|
static void |
Usage.usage(String message,
Throwable cause,
CommandLine commandLine,
ArgumentList arguments,
OutputStream out)
Generate an usage string to the specified output stream.
|
void |
Switch.visit(String current,
CommandLine commandLine)
Visit the specified argument string from the specified command line.
|
void |
Argument.visit(String s,
CommandLine commandLine)
Visit the specified argument string from the specified command line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractArgument.visit(String current,
CommandLine commandLine)
Visit the specified argument string from the specified command line.
|
Copyright © 2004–2022 dishevelled.org. All rights reserved.