Package org.anchoranalysis.launcher
Class Launch
Object
Launch
A command-line interface used for launching experiments.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Entry point for command-line application.static void
runCommandLineApplication
(String[] args, LauncherConfig config, Logger logger) Runs a command-line application, by parsing arguments, and then executing an experiment.
-
Method Details
-
main
Entry point for command-line application.- Parameters:
args
- command line arguments
-
runCommandLineApplication
Runs a command-line application, by parsing arguments, and then executing an experiment.- Parameters:
args
- arguments from command-line applicationconfig
- aLauncherConfig
for this command-line applicationlogger
- aLogger
for logging messages
-