Examples of CourseEnvironmentImpl


Examples of org.olat.course.run.environment.CourseEnvironmentImpl

  PersistingCourseImpl(Long resourceableId) {
    this.resourceableId = resourceableId;
    // prepare filesystem and set course base path and course folder paths
    prepareFilesystem();
    courseConfig = CourseConfigManagerImpl.getInstance().loadConfigFor(this); // load or init defaults
    courseEnvironment = new CourseEnvironmentImpl(this);   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.