Uses of Class
org.anchoranalysis.launcher.options.CommandLineExtracter
Packages that use CommandLineExtracter
Package
Description
Adding/removing/changing the arguments (input and output) from the experiment via
command-line-options.
-
Uses of CommandLineExtracter in org.anchoranalysis.launcher.options.process
Methods in org.anchoranalysis.launcher.options.process with parameters of type CommandLineExtracterModifier and TypeMethodDescriptionstatic void
AddInputOptions.addFrom
(CommandLineExtracter extract, InputArguments arguments) Adds options to change the inputs from the command-line.static void
AddOutputOptions.addFrom
(CommandLineExtracter extract, OutputArguments arguments) Adds options to add/remove change the outputs the inputs from the command-line.Constructors in org.anchoranalysis.launcher.options.process with parameters of type CommandLineExtracterModifierConstructorDescriptionAddOptionsFromCommandLine
(CommandLineExtracter extract, T associated) Creates a newAddOptionsFromCommandLine
instance.