Package com.gophers.interfaces
Interface Facade
- All Known Implementing Classes:
GradingFacade
public interface Facade
The Facade interface defines a method for processing student submissions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessSubmissions(String zipFilePath) Processes the submissions contained in the provided zip file.
-
Method Details
-
processSubmissions
Processes the submissions contained in the provided zip file.- Parameters:
zipFilePath- the path to the zip file containing submissions
-