API reference

IManifestLoader Interface

Member Functions

Loads the manifest from file and into a Manifest structure.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Loads the manifest from an input string into a Manifest structure.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.
Loads the manifest from file and into a Manifest structure asynchronously.
Parameters
filePath
The path to the manifest file.
Returns
The loaded manifest object.
Loads the manifest from an input string into a Manifest structure asynchronously.
Parameters
manifestText
Plain text content of Manifest.
Returns
The loaded manifest object.