CommandLineOptionsParser@API(status=INTERNAL, since="1.0") public class JOptSimpleCommandLineOptionsParser extends java.lang.Object implements CommandLineOptionsParser
| Constructor | Description |
|---|---|
JOptSimpleCommandLineOptionsParser() |
| Modifier and Type | Method | Description |
|---|---|---|
CommandLineOptions |
parse(java.lang.String... arguments) |
|
void |
printHelp(java.io.Writer writer) |
public CommandLineOptions parse(java.lang.String... arguments)
parse in interface CommandLineOptionsParserpublic void printHelp(java.io.Writer writer)
printHelp in interface CommandLineOptionsParser