public final class Usage extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
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(String message,
Throwable cause,
CommandLine commandLine,
ArgumentList arguments,
OutputStream out)
Generate an usage string to the specified output stream.
|
public static void usage(String message, Throwable cause, CommandLine commandLine, ArgumentList arguments, OutputStream out)
message - messagecause - causecommandLine - command linearguments - list of argumentsout - output stream, must not be nullpublic static void usage(String header, String message, Throwable cause, CommandLine commandLine, ArgumentList arguments, OutputStream out)
header - headermessage - messagecause - causecommandLine - command linearguments - list of argumentsout - output stream, must not be nullCopyright © 2004–2022 dishevelled.org. All rights reserved.