Uses of Class
dev.jcputney.elearning.parser.input.aicc.AiccManifest
Packages that use AiccManifest
Package
Description
-
Uses of AiccManifest in dev.jcputney.elearning.parser.output.metadata.aicc
Methods in dev.jcputney.elearning.parser.output.metadata.aicc with parameters of type AiccManifestModifier and TypeMethodDescriptionstatic AiccMetadataAiccMetadata.create(AiccManifest manifest, boolean xapiEnabled, String manifestFile) Creates and initializes an instance of AiccMetadata based on the provided AICC manifest. -
Uses of AiccManifest in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that return AiccManifestModifier and TypeMethodDescriptionAiccParser.parseManifest()Parses the AICC manifest and returns an instance of AiccManifest.Methods in dev.jcputney.elearning.parser.parsers that return types with arguments of type AiccManifestModifier and TypeMethodDescriptionprotected Class<AiccManifest>AiccParser.getManifestClass()Returns the class type representing the AICC manifest. -
Uses of AiccManifest in dev.jcputney.elearning.parser.validators
Methods in dev.jcputney.elearning.parser.validators with parameters of type AiccManifestModifier and TypeMethodDescriptionAiccValidator.validate(AiccManifest manifest) Validates an AICC manifest for structural integrity.