Class Launch

Object
Launch

public class Launch extends Object
A command-line interface used for launching experiments.
Author:
Owen Feehan
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for command-line application.
      Parameters:
      args - command line arguments
    • runCommandLineApplication

      public static void runCommandLineApplication(String[] args, LauncherConfig config, Logger logger)
      Runs a command-line application, by parsing arguments, and then executing an experiment.
      Parameters:
      args - arguments from command-line application
      config - a LauncherConfig for this command-line application
      logger - a Logger for logging messages