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
-
Constructor Summary
-
Method Summary
Methods inherited from class io.sbk.params.impl.SbkInputOptions
addOption, getHelpText, getOptionValue, getOptionValue, hasOption, hasOptionValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.sbk.params.ParsedOptions
printHelp
-
Field Details
-
config
-
-
Constructor Details
-
SbkYalParameters
-
-
Method Details
-
getFileOptionDescription
-
getFileName
- Specified by:
getFileName
in interfaceYalParameters
-
getPrintOptionDescription
-
parseArgs
public void parseArgs(String[] args) throws org.apache.commons.cli.ParseException, IllegalArgumentException, HelpException Description copied from interface:ParseInputOptions
Parse the command line arguments.- Specified by:
parseArgs
in interfaceParseInputOptions
- Overrides:
parseArgs
in 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.
-