Package com.gophers.services.handlers
Class SubmissionExtractor
java.lang.Object
com.gophers.services.handlers.SubmissionExtractor
The SubmissionExtractor class handles extracting student submissions from a
zip file.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for the SubmissionExtractor class. -
Method Summary
Modifier and TypeMethodDescriptionextractSubmissions(String submissionsZipPath) Extracts submissions from the given zip file and organizes them.
-
Constructor Details
-
SubmissionExtractor
public SubmissionExtractor()Default constructor for the SubmissionExtractor class. Initializes a new instance of the SubmissionExtractor.
-
-
Method Details
-
extractSubmissions
Extracts submissions from the given zip file and organizes them.- Parameters:
submissionsZipPath- the path to the zip file containing student submissions- Returns:
- a
Listof paths to the extracted and organized submissions
-