Uses of Interface
studentrepoloader.filesystem.SubmissionPathPlanner
Packages that use SubmissionPathPlanner
Package
Description
Provides infrastructure for organizing and preparing local directories for Git-based student submissions.
-
Uses of SubmissionPathPlanner in studentrepoloader.filesystem
Classes in studentrepoloader.filesystem that implement SubmissionPathPlannerModifier and TypeClassDescriptionclass
FlatSubmissionPathPlanner<S extends VilleSubmissionFields>
Strategy that puts all submissions into a single flat directory directly under the root.class
RangeSubmissionPathPlanner<S extends VilleSubmissionFields>
Strategy that groups submissions under a directory named by the submission file and ID range.