| Modifier and Type | Field and Description |
|---|---|
protected ApplicationModel |
MuleArtifactContext.applicationModel |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
MuleArtifactContext.createApplicationComponents(DefaultListableBeanFactory beanFactory,
ApplicationModel applicationModel,
boolean mustBeRoot) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
ConfigurationDependencyResolver.getApplicationModel() |
ApplicationModel |
MinimalApplicationModelGenerator.getMinimalModel(org.mule.runtime.api.component.location.Location location)
Resolves the minimal set of
ComponentModels for a component within a flow. |
| Constructor and Description |
|---|
ConfigurationDependencyResolver(ApplicationModel applicationModel,
ComponentBuildingDefinitionRegistry componentBuildingDefinitionRegistry)
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–2017 MuleSoft, Inc.. All rights reserved.