addComponentSpec method

void addComponentSpec(
  1. String pluginName,
  2. String pluginFriendlyName,
  3. List<ComponentSpec> specs
)

Implementation

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