Product display name of CLI
The profile type for this manager - the configuration document for the type can either be supplied on the "typeConfigurations" property on this object OR the mananger will attempt to extract it from the profile root directory type meta file. If the type configuration cannot be located, an exception will be thrown.
Contains all profile type configuration documents - used to obtain the schema for the profile type passed on the profile manager and for dependency loading of profiles of other types.
If this parameter is NOT supplied to the constructor of the Profile Manager, the manager will attempt to read the configurations from each of the profile type meta files when the object is being instaitiated. If it fails to locate a configuration for the profile type specified, manager creation will fail. You can either supply the configurations to the constructor OR execute the "initialize" static API to create all type directories and their meta configuration files.
Generated using TypeDoc
The logger object to use in the profile manager. Normally the imperative logger, but can be any arbitrary log4js logger.
IProfileManager