Uses of Class
org.anchoranalysis.launcher.config.LauncherConfig
Packages that use LauncherConfig
Package
Description
Parent package and entry-point classes for the Anchor command-line launcher application.
Parses command-line arguments and runs an experiment.
-
Uses of LauncherConfig in org.anchoranalysis.launcher
Methods in org.anchoranalysis.launcher with parameters of type LauncherConfigModifier and TypeMethodDescriptionstatic void
Launch.runCommandLineApplication
(String[] args, LauncherConfig config, Logger logger) Runs a command-line application, by parsing arguments, and then executing an experiment. -
Uses of LauncherConfig in org.anchoranalysis.launcher.run
Methods in org.anchoranalysis.launcher.run with parameters of type LauncherConfigModifier and TypeMethodDescriptionvoid
ParseArgumentsAndRunExperiment.parseAndRun
(String[] arguments, LauncherConfig config) Parses the arguments to a command-line experiment and runs an experiment.