| Package | Description |
|---|---|
| org.mule.runtime.config.internal | |
| org.mule.runtime.config.internal.dsl.model | |
| org.mule.runtime.config.internal.dsl.model.extension.xml |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationModel |
MuleArtifactContext.applicationModel |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
MuleArtifactContext.createApplicationComponents(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory,
ApplicationModel applicationModel,
boolean mustBeRoot)
Creates te definition for all the objects to be created form the enabled components in the
applicationModel. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
ConfigurationDependencyResolver.getApplicationModel() |
ApplicationModel |
MinimalApplicationModelGenerator.getMinimalModel(List<ComponentModel> componentModels)
Resolves the minimal set of
componentModels for the components requested. |
| Constructor and Description |
|---|
ConfigurationDependencyResolver(ApplicationModel applicationModel,
ComponentBuildingDefinitionRegistry componentBuildingDefinitionRegistry,
Predicate<org.mule.runtime.api.component.ComponentIdentifier> isLanguageConstructComponentPredicate)
Creates a new instance associated to a complete
ApplicationModel. |
| Constructor and Description |
|---|
MacroExpansionModulesModel(ApplicationModel applicationModel,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions)
From a mutable
applicationModel, it will store it to apply changes when the MacroExpansionModulesModel.expand() method is executed. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.