Interface Facade

All Known Implementing Classes:
GradingFacade

public interface Facade
The Facade interface defines a method for processing student submissions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Processes the submissions contained in the provided zip file.
  • Method Details

    • processSubmissions

      void processSubmissions(String zipFilePath)
      Processes the submissions contained in the provided zip file.
      Parameters:
      zipFilePath - the path to the zip file containing submissions