most-data/data-configuration

Methods

(static) createInstance() → {DataConfiguration}

Creates an instance of DataConfiguration class
Source:
Returns:
- Returns an instance of DataConfiguration class
Type
DataConfiguration

(static) getCurrent()

Gets the current data configuration
Source:
Returns:
DataConfiguration - An instance of DataConfiguration class which represents the current data configuration

(static) getNamedConfiguration(name) → {DataConfiguration}

Gets an instance of DataConfiguration class based on the given name. If the named data configuration does not exists, it will create a new instance of DataConfiguration class with the given name.
Parameters:
Name Type Description
name string A string which represents the name of the data configuration
Source:
Returns:
Type
DataConfiguration