Package io.sbk.params
Interface ParseInputOptions
- All Superinterfaces:
InputOptions,ParsedOptions
- All Known Subinterfaces:
InputParameterOptions
- All Known Implementing Classes:
SbkDriversParameters,SbkInputOptions,SbkParameters,SbkYalParameters
Interface InputOptions.
-
Method Summary
Methods inherited from interface io.sbk.params.InputOptions
addOption, hasOptionMethods inherited from interface io.sbk.params.ParsedOptions
getHelpText, getOptionValue, getOptionValue, hasOptionValue, printHelp
-
Method Details
-
parseArgs
void parseArgs(String[] args) throws org.apache.commons.cli.ParseException, IllegalArgumentException, HelpException Parse the command line arguments.- Parameters:
args- list of command line arguments.- Throws:
IllegalArgumentException- If an exception occurred.org.apache.commons.cli.ParseException- If an exception occurred.HelpException- If the 'help' option is supplied.
-