Package io.sbk.params.impl
Class SbkYalParameters
java.lang.Object
io.sbk.params.impl.SbkInputOptions
io.sbk.params.impl.SbkYalParameters
- All Implemented Interfaces:
InputOptions,ParsedOptions,ParseInputOptions,YalParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.sbk.params.impl.SbkInputOptions
addOption, getHelpText, getOptionValue, getOptionValue, hasOption, hasOptionValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sbk.params.ParsedOptions
printHelp
-
Field Details
-
config
-
-
Constructor Details
-
SbkYalParameters
-
-
Method Details
-
getFileOptionDescription
-
getFileName
- Specified by:
getFileNamein interfaceYalParameters
-
getPrintOptionDescription
-
parseArgs
public void parseArgs(String[] args) throws org.apache.commons.cli.ParseException, IllegalArgumentException, HelpException Description copied from interface:ParseInputOptionsParse the command line arguments.- Specified by:
parseArgsin interfaceParseInputOptions- Overrides:
parseArgsin classSbkInputOptions- Parameters:
args- list of command line arguments.- Throws:
org.apache.commons.cli.ParseException- If an exception occurred.IllegalArgumentException- If an exception occurred.HelpException- If the 'help' option is supplied.
-