Class Application

java.lang.Object
de.firemage.autograder.cmd.Application
All Implemented Interfaces:
Callable<Integer>

public class Application extends Object implements Callable<Integer>
  • Constructor Details

    • Application

      public Application(TempLocation tempLocation)
  • Method Details

    • main

      public static void main(String... args)
    • runApplication

      public static int runApplication(String... args)
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>