Class AddInputOptions
Adds options relating to inputting from the command-line.
- Author:
- Owen Feehan
-
Field Summary
Fields inherited from class org.anchoranalysis.launcher.options.process.AddOptionsFromCommandLine
associated -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddFrom(CommandLineExtracter extract, InputArguments arguments) Adds options to change the inputs from the command-line.voidMaybe add options to the arguments from the command-line.Methods inherited from class org.anchoranalysis.launcher.options.process.AddOptionsFromCommandLine
ifOptionWithoutArgument, ifPresentMultiple, ifPresentSingle, ifPresentSingleAssociated
-
Method Details
-
addFrom
public static void addFrom(CommandLineExtracter extract, InputArguments arguments) throws ExperimentExecutionException Adds options to change the inputs from the command-line.- Parameters:
extract- theCommandLineExtracterto usearguments- theInputArgumentsto modify- Throws:
ExperimentExecutionException- if the arguments to the command-line options do not correspond to expectations.
-
addOptionsFromCommandLine
Description copied from class:AddOptionsFromCommandLineMaybe add options to the arguments from the command-line.- Specified by:
addOptionsFromCommandLinein classAddOptionsFromCommandLine<InputArguments>- Throws:
ExperimentExecutionException- if an error occurs while processing the command-line options
-