addComponentSpec method
Implementation
void addComponentSpec(
String pluginName, String pluginFriendlyName, List<ComponentSpec> specs) {
_allComponentSpecs[pluginName] = specs;
_packageFriendlyNames[pluginName] = pluginFriendlyName;
}
void addComponentSpec(
String pluginName, String pluginFriendlyName, List<ComponentSpec> specs) {
_allComponentSpecs[pluginName] = specs;
_packageFriendlyNames[pluginName] = pluginFriendlyName;
}