Uses of Interface
dev.jcputney.elearning.parser.api.ModuleFileProvider
Packages that use ModuleFileProvider
Package
Description
-
Uses of ModuleFileProvider in dev.jcputney.elearning.parser.impl
Classes in dev.jcputney.elearning.parser.impl that implement ModuleFileProviderModifier and TypeClassDescriptionclassDefault implementation of the ModuleFileProvider interface. -
Uses of ModuleFileProvider in dev.jcputney.elearning.parser.parsers
Fields in dev.jcputney.elearning.parser.parsers declared as ModuleFileProviderModifier and TypeFieldDescriptionprotected final ModuleFileProviderBaseParser.moduleFileProviderThe ModuleFileProvider instance used for reading files in the module package.Constructors in dev.jcputney.elearning.parser.parsers with parameters of type ModuleFileProviderModifierConstructorDescriptionAiccParser(ModuleFileProvider moduleFileProvider) Constructs an AiccParser with the specified ModuleFileProvider instance.protectedBaseParser(ModuleFileProvider moduleFileProvider) Constructs a BaseParser with the specified ModuleFileProvider instance.Scorm12Parser(ModuleFileProvider moduleFileProvider) Constructs a Scorm12Parser with the specified ModuleFileProvider instance.Scorm2004Parser(ModuleFileProvider moduleFileProvider) Constructs a Scorm2004Parser with the specified ModuleFileProvider instance. -
Uses of ModuleFileProvider in dev.jcputney.elearning.parser.util
Methods in dev.jcputney.elearning.parser.util with parameters of type ModuleFileProviderModifier and TypeMethodDescriptionstatic voidXmlParsingUtils.loadExternalMetadataIntoMetadata(LoadableMetadata subMetadata, ModuleFileProvider moduleFileProvider) Loads an external LOM metadata file into the specified LoadableMetadata object.