Uses of Interface
dev.jcputney.elearning.parser.api.ModuleTypeDetectorPlugin
Packages that use ModuleTypeDetectorPlugin
Package
Description
-
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
Methods in dev.jcputney.elearning.parser.impl 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 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. -
Uses of ModuleTypeDetectorPlugin in dev.jcputney.elearning.parser.util.detector
Classes in dev.jcputney.elearning.parser.util.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).