Uses of Interface
dev.jcputney.elearning.parser.validators.rules.ValidationRule
Packages that use ValidationRule
Package
Description
-
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.common
Classes in dev.jcputney.elearning.parser.validators.rules.common that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that all identifiers within the manifest are unique.classValidates that all resources are referenced by at least one item.classValidates that all file paths in the manifest are safe and don't contain directory traversal patterns, absolute paths, or external references. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.scorm12
Classes in dev.jcputney.elearning.parser.validators.rules.scorm12 that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that if a default organization is specified, it references an existing organization.classValidates that every organization has at least one launchable resource.classValidates that the manifest has a required identifier attribute.classValidates that the manifest contains an organizations element.classValidates that resources referenced by items have valid href attributes (launch URLs).classValidates that all item identifierref attributes reference existing resources.classValidates that the manifest has a required resources element.