@API(value=Internal) public class JOptSimpleCommandLineOptionsParser extends java.lang.Object implements CommandLineOptionsParser
Constructor and Description |
---|
JOptSimpleCommandLineOptionsParser() |
Modifier and Type | Method and Description |
---|---|
CommandLineOptions |
parse(java.lang.String... arguments) |
void |
printHelp(java.io.Writer writer) |
public CommandLineOptions parse(java.lang.String... arguments)
parse
in interface CommandLineOptionsParser
public void printHelp(java.io.Writer writer)
printHelp
in interface CommandLineOptionsParser