Package com.gophers
Class App
java.lang.Object
com.gophers.App
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
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.
-