Creates an instance of CommandProfiles.
The map of profiles
The loaded profiles map - profiles are retrieved via the type key. More than one profile of a particular type can be loaded by the command processor (depending on dependencies, etc.)
The loaded profiles map with meta info - profiles are retrieved via the type key. More than one profile of a particular type can be loaded by the command processor (depending on dependencies, etc.)
Internal accessor for the map
Internal accessor for the meta map
Add to an instance of CommandProfiles
The map of profiles with meta information
Throw an error failing the get(requested by the caller if no profiles are available)
the profile type to get from the map
Gets the first (or by name) profile in the map - automatically throws an exception (unless disabled)
The expected profile mapping to be returned
The profile type
Gets all profiles for the type specified,
extends IProfile
The profile type to retrieve loaded profiles
Gets the first (or by name) meta profile in the map - automatically throws an exception (unless disabled)
The expected profile mapping to be returned
The profile type
Generated using TypeDoc
Profiles map created by the command profile loader and passed to the handler via parameters. Handlers can retreive loaded profiles from the map via the profile type.