public interface ExtensionBuildingDefinitionProvider
extends org.mule.runtime.dsl.api.component.ComponentBuildingDefinitionProvider
| Modifier and Type | Method and Description |
|---|---|
void |
setExtensionModels(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionModels)
Sets the artifact configured extensions to be used for generating the
ComponentBuildingDefinitions for each of the components defined within the
extension. |
void setExtensionModels(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionModels)
ComponentBuildingDefinitions for each of the components defined within the
extension.
This method is expected to be invoked before calling to ComponentBuildingDefinitionProvider.init()
extensionModels - configured extensions within the artifact.Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.