Interface CommandLineOptionsParser
-
- All Known Implementing Classes:
JOptSimpleCommandLineOptionsParser
@API(status=INTERNAL, since="1.0") public interface CommandLineOptionsParser
- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLineOptions
parse(java.lang.String... arguments)
void
printHelp(java.io.Writer writer)
-
-
-
Method Detail
-
parse
CommandLineOptions parse(java.lang.String... arguments)
-
printHelp
void printHelp(java.io.Writer writer)
-
-