Class AddOutputOptions
Adds options relating to outputting 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 void
addFrom
(CommandLineExtracter extract, OutputArguments arguments) Adds options to add/remove change the outputs the inputs from the command-line.void
Maybe 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, OutputArguments arguments) throws ExperimentExecutionException Adds options to add/remove change the outputs the inputs from the command-line.- Parameters:
extract
- theCommandLineExtracter
to usearguments
- theOutputArguments
to modify- Throws:
ExperimentExecutionException
- if the arguments to the command-line options do not correspond to expectations.
-
addOptionsFromCommandLine
Description copied from class:AddOptionsFromCommandLine
Maybe add options to the arguments from the command-line.- Specified by:
addOptionsFromCommandLine
in classAddOptionsFromCommandLine<OutputArguments>
- Throws:
ExperimentExecutionException
- if an error occurs while processing the command-line options
-