Uses of Class
dev.jcputney.elearning.parser.input.scorm12.ims.cp.Scorm12Resource
Packages that use Scorm12Resource
-
Uses of Scorm12Resource in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return types with arguments of type Scorm12ResourceModifier and TypeMethodDescriptionScorm12Resources.getResourceById(String id) Retrieves a resource by its identifier.Scorm12Resources.getResourceList()Retrieves the list of SCORM 1.2 resources.Method parameters in dev.jcputney.elearning.parser.input.scorm12.ims.cp with type arguments of type Scorm12ResourceModifier and TypeMethodDescriptionvoidScorm12Resources.setResourceList(List<Scorm12Resource> resourceList) Sets the list of SCORM 1.2 resources for this content package.