Package com.gophers

Class App

java.lang.Object
com.gophers.App

public class App extends Object
The main entry point for the autograder application.

This class initializes the grading facade and processes student submissions. It is responsible for setting up the system and invoking the facade to perform the necessary grading operations.

  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args)
      The main method which serves as the entry point for the application.

      It initializes the grading facade and triggers the submission processing by calling the GradingFacade.processSubmissions(String) method, passing the path to the submissions directory from the constants.

      Parameters:
      args - Command-line arguments, not used in this implementation.