Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Resource
Packages that use Scorm2004Resource
-
Uses of Scorm2004Resource in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return types with arguments of type Scorm2004ResourceModifier and TypeMethodDescriptionScorm2004Resources.getResourceById(String id) Retrieves a resource by its identifier.Scorm2004Resources.getResourceList()Retrieves the list of SCORM 2004 resources contained in the content package.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with type arguments of type Scorm2004ResourceModifier and TypeMethodDescriptionvoidScorm2004Resources.setResourceList(List<Scorm2004Resource> resourceList) Sets the list of SCORM 2004 resources contained in the content package.