Package com.gophers.services.helpers
Class SubmissionOrganizer
java.lang.Object
com.gophers.services.helpers.SubmissionOrganizer
The SubmissionOrganizer class organizes student submissions by unzipping
files and preparing directories.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for the SubmissionOrganizer class. -
Method Summary
Modifier and TypeMethodDescriptionorganizeSubmissions(String outputDirectory) Organizes submissions in the specified output directory.
-
Constructor Details
-
SubmissionOrganizer
public SubmissionOrganizer()Default constructor for the SubmissionOrganizer class. Initializes a new instance of the SubmissionOrganizer, which is used for organizing student submissions.
-
-
Method Details
-
organizeSubmissions
Organizes submissions in the specified output directory.- Parameters:
outputDirectory- the directory where unzipped submissions will be stored- Returns:
- a
Listof paths to organized student directories - Throws:
IOException- if an error occurs during file operations
-