Contains all of the functions for high level management of the constants data system, such as initialization, loading, setup, parsing, processing and data integration.
- Copyright:
- Copyright © 2022-… by Seth Hollingsead. All rights reserved
- Source:
Requires
Methods
(inner) addConstantsValidationData(arrayValidationData, contextName) → {boolean}
Calls the dataBroker to add constants validation data to the constants validation data structure.
Parameters:
| Name | Type | Description |
|---|---|---|
arrayValidationData |
array.<array.<string, object>> | An array of arrays that contains all of the constants library validation names and data objects. |
contextName |
string | The name of the type of data that is being added. Ex: Framework, Application, Plugin:PluginOne, Plugin:D-CAF |
- Source:
Returns:
True or False to indicate if the data was added successfully or not.
- Type
- boolean
(inner) generateFrameworkConstantsValidationData() → {object}
Generates all of the framework constants validation data and returns all that data as a single JSON object.
- Source:
Returns:
A JSON object that contains all of the framework constants validation data.
- Type
- object
(inner) initializeConstantsValidationData() → {void}
Calls the dataBroker to initialize the constants verification data structure.
- Source:
Returns:
- Type
- void