Course Project
constructor(course: Course, courseUrl: URL, project: <Error class: unknown class>, notifier: <Error class: unknown class>)
Construct a course project from the given course, course configuration URL (used for updating), and project.
constructor(course: Course, courseUpdater: ExercisesUpdaterService, exercisesUpdater: ExercisesUpdaterService, project: <Error class: unknown class>, notifier: <Error class: unknown class>)
Construct a course project from the given course, exercises and course updaters, and project.