DiffWithSkeleton
constructor(distro: BaseDockerfile, config: DiffWithSkeleton.Config, skeletonRelPath: String, submissionRelPath: String, providedPath: String?)
Parameters
distro
Distro image to use.
config
Configuration used to instantiate this class.
skeletonRelPath
The path of the skeleton code, relative to the skeleton code root directory.
submissionRelPath
The path of the student submission, relative to the student submission root directory.
providedPath
FIXME Documentation?