Uses of Class
dev.jcputney.elearning.parser.exception.ModuleParsingException
Packages that use ModuleParsingException
Package
Description
-
Uses of ModuleParsingException in dev.jcputney.elearning.parser
Methods in dev.jcputney.elearning.parser that throw ModuleParsingExceptionModifier and TypeMethodDescriptionModuleParser.parse()Parses the module files and extracts metadata. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.api
Methods in dev.jcputney.elearning.parser.api that throw ModuleParsingExceptionModifier and TypeMethodDescriptionModuleParserFactory.parseModule()Parses the module and returns a ModuleMetadata object containing the extracted metadata. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.impl
Methods in dev.jcputney.elearning.parser.impl that throw ModuleParsingExceptionModifier and TypeMethodDescriptionDefaultModuleParserFactory.parseModule()Parses the module at the specified path and returns a ModuleMetadata object containing the extracted metadata. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.input.aicc
Constructors in dev.jcputney.elearning.parser.input.aicc that throw ModuleParsingExceptionModifierConstructorDescriptionAiccManifest(AiccCourse course, List<AssignableUnit> assignableUnits, List<Descriptor> descriptors, List<CourseStructure> courseStructures) Default constructor for the AiccManifest class. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that throw ModuleParsingExceptionModifier and TypeMethodDescriptionAiccParser.parse()Parses the AICC module and returns its metadata.abstract TBaseParser.parse()Abstract method that parses the module and returns the corresponding metadata object.Cmi5Parser.parse()Parses the cmi5 module located at the specified modulePath.Scorm12Parser.parse()Parses the SCORM 1.2 module located at the specified modulePath.Scorm2004Parser.parse()Parses the SCORM 2004 module located at the specified modulePath.AiccParser.parseManifest()Parses the AICC manifest and returns an instance of AiccManifest.BaseParser.parseManifest(String manifestPath) Parses the manifest file at the specified path and returns the corresponding manifest object. -
Uses of ModuleParsingException in dev.jcputney.elearning.parser.util
Methods in dev.jcputney.elearning.parser.util that throw ModuleParsingExceptionModifier and TypeMethodDescriptionstatic <M extends PackageManifest>
ModuleMetadata<M>ResourceUtils.parseZipModule(String zipPath, Function<FileAccess, ModuleParser<M>> parserFactory) Parses a module from a ZIP file path, ensuring the ZipFileAccess is properly closed.