CommandLineInterface

public final class CommandLineInterface

Main class of the project, launches the BeanShell script interface.

Author:Marcel Stefko

Methods

constructOptions

public static Options constructOptions()
Returns:all understood options for ALICA execution

main

public static void main(String[] args)

Shows help, launches the interpreter and executes scripts according to input args.

Parameters:
  • args – input arguments

printWelcomeText

public static void printWelcomeText(PrintStream out)

Reads the welcome_text file and prints it to a PrintStream.

Parameters:
  • out – stream to print to