Uses of Interface
dev.jcputney.elearning.parser.api.ModuleTypeDetectorPlugin
Packages that use ModuleTypeDetectorPlugin
-
Uses of ModuleTypeDetectorPlugin in dev.jcputney.elearning.parser.api
Methods in dev.jcputney.elearning.parser.api that return types with arguments of type ModuleTypeDetectorPluginModifier and TypeMethodDescriptionModuleTypeDetector.getPlugins()Returns an unmodifiable list of the registered plugins.Methods in dev.jcputney.elearning.parser.api with parameters of type ModuleTypeDetectorPluginModifier and TypeMethodDescriptionvoidModuleTypeDetector.registerPlugin(ModuleTypeDetectorPlugin plugin) Registers a module type detector plugin.booleanModuleTypeDetector.unregisterPlugin(ModuleTypeDetectorPlugin plugin) Unregisters a module type detector plugin. -
Uses of ModuleTypeDetectorPlugin in dev.jcputney.elearning.parser.impl.detector
Classes in dev.jcputney.elearning.parser.impl.detector that implement ModuleTypeDetectorPluginModifier and TypeClassDescriptionclassPlugin for detecting AICC modules.classPlugin for detecting cmi5 modules.classPlugin for detecting SCORM modules (both 1.2 and 2004 versions).classDetector plugin for xAPI/TinCan packages.Methods in dev.jcputney.elearning.parser.impl.detector that return types with arguments of type ModuleTypeDetectorPluginModifier and TypeMethodDescriptionDefaultModuleTypeDetector.getPlugins()Returns an unmodifiable list of the registered plugins.Methods in dev.jcputney.elearning.parser.impl.detector with parameters of type ModuleTypeDetectorPluginModifier and TypeMethodDescriptionvoidDefaultModuleTypeDetector.registerPlugin(ModuleTypeDetectorPlugin plugin) Registers a module type detector plugin.booleanDefaultModuleTypeDetector.unregisterPlugin(ModuleTypeDetectorPlugin plugin) Unregisters a module type detector plugin.