Uses of Class
org.anchoranalysis.launcher.executor.ExperimentExecutor
Packages that use ExperimentExecutor
Package
Description
Specifies a configuration of the launcher for a particular application.
Runs a particular experiment after identifying necessary paths and input files.
-
Uses of ExperimentExecutor in org.anchoranalysis.launcher.config
Methods in org.anchoranalysis.launcher.config that return ExperimentExecutorModifier and TypeMethodDescriptionLauncherConfig.createExperimentExecutor
(org.apache.commons.cli.CommandLine line) Creates an experiment executor from the command line.Methods in org.anchoranalysis.launcher.config with parameters of type ExperimentExecutorModifier and TypeMethodDescriptionabstract void
LauncherConfig.customizeExperimentExecutor
(ExperimentExecutor executor, org.apache.commons.cli.CommandLine line) Customizes the experiment executor with additional configuration. -
Uses of ExperimentExecutor in org.anchoranalysis.launcher.executor
Methods in org.anchoranalysis.launcher.executor that return ExperimentExecutorModifier and TypeMethodDescriptionstatic ExperimentExecutor
ExperimentExecutorFactory.create
(org.apache.commons.cli.CommandLine line, Path defaultExperiment, Path configDirectory) Creates an experiment-executor from a command line that EITHER: uses a default-experiment OR accepts a path passed as the first command-line argument.