Uses of Interface
dev.jcputney.elearning.parser.api.ModuleTypeDetector
Packages that use ModuleTypeDetector
Package
Description
-
Uses of ModuleTypeDetector in dev.jcputney.elearning.parser.impl.detector
Classes in dev.jcputney.elearning.parser.impl.detector that implement ModuleTypeDetectorModifier and TypeClassDescriptionfinal classDefault implementation of the ModuleTypeDetector interface. -
Uses of ModuleTypeDetector in dev.jcputney.elearning.parser.impl.factory
Constructors in dev.jcputney.elearning.parser.impl.factory with parameters of type ModuleTypeDetectorModifierConstructorDescriptionDefaultModuleParserFactory(FileAccess fileAccess, ModuleTypeDetector moduleTypeDetector) Constructs a new DefaultModuleParserFactory with the specified FileAccess and ModuleTypeDetector implementations, using default parser options.DefaultModuleParserFactory(FileAccess fileAccess, ModuleTypeDetector moduleTypeDetector, ParserOptions options) Constructs a new DefaultModuleParserFactory with the specified FileAccess, ModuleTypeDetector, and ParserOptions.