Interface CommandLineOptionsParser
-
- All Known Implementing Classes:
PicocliCommandLineOptionsParser
@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(String... arguments)
void
printHelp(Writer writer)
-
-
-
Method Detail
-
parse
CommandLineOptions parse(String... arguments)
-
printHelp
void printHelp(Writer writer)
-
-