ManifestParser class

Static parser: reads YAML text, returns a validated InstallManifest.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parseFile(String yamlPath) InstallManifest
Reads the file at yamlPath and delegates to parseString.
parseString(String yamlContent) InstallManifest
Parses yamlContent, builds the typed model, and runs validate before returning.
validate(InstallManifest manifest) → void
Runs schema-level validations against the already-parsed manifest.