Package application

Class Application

Object
Application
All Implemented Interfaces:
Runner

public class Application extends Object implements Runner
Class with main() - method that prints command line arguments.
Version:
"C12-1.0.0-SNAPSHOT"
Author:
"sgraupner"
  • Method Details

    • main

      public static void main(String[] args)
      Static main() - method as entry point for the Java VM.
      Parameters:
      args - arguments passed from the command line
    • run

      public void run(String[] args)
      Run application code on a Runner instance rather than in the static main(); method.
      Specified by:
      run in interface Runner
      Parameters:
      args - commands passed from the command line