Package org.anchoranalysis.launcher
Class Launch
Object
Launch
A command-line interface used for launching experiments.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidEntry point for command-line application.static voidrunCommandLineApplication(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- aLauncherConfigfor this command-line applicationlogger- aLoggerfor logging messages
-