Uses of Class
dev.jcputney.elearning.parser.exception.ModuleDetectionException
Packages that use ModuleDetectionException
Package
Description
-
Uses of ModuleDetectionException in dev.jcputney.elearning.parser.api
Methods in dev.jcputney.elearning.parser.api that throw ModuleDetectionExceptionModifier and TypeMethodDescriptionModuleTypeDetectorPlugin.detect(FileAccess fileAccess) Attempts to detect if the module is of the type handled by this plugin.ModuleTypeDetector.detectModuleType()Detects the type of eLearning module based on the files present in the file system.ModuleParser<?>ModuleParserFactory.getParser()Returns an appropriate parser for the module type detected. -
Uses of ModuleDetectionException in dev.jcputney.elearning.parser.impl.detector
Methods in dev.jcputney.elearning.parser.impl.detector that throw ModuleDetectionExceptionModifier and TypeMethodDescriptionAiccDetectorPlugin.detect(FileAccess fileAccess) Detects if the provided FileAccess instance contains AICC module files.Cmi5DetectorPlugin.detect(FileAccess fileAccess) Detects if the provided FileAccess instance contains a cmi5 module.ScormDetectorPlugin.detect(FileAccess fileAccess) Detects the SCORM module type by checking for the presence of the SCORM manifest file.XapiDetectorPlugin.detect(FileAccess fileAccess) Detects if the module is an xAPI/TinCan package.DefaultModuleTypeDetector.detectModuleType()Detects the type of eLearning module based on the files present in the file system. -
Uses of ModuleDetectionException in dev.jcputney.elearning.parser.impl.factory
Methods in dev.jcputney.elearning.parser.impl.factory that throw ModuleDetectionExceptionModifier and TypeMethodDescriptionModuleParser<?>DefaultModuleParserFactory.getParser()Returns an appropriate parser for the module type detected at the given path.