| Package | Description |
|---|---|
| org.mule.runtime.ast.api | |
| org.mule.runtime.ast.api.builder | |
| org.mule.runtime.ast.internal | |
| org.mule.runtime.ast.internal.builder |
| Modifier and Type | Method and Description |
|---|---|
default NamespaceDefinition |
ArtifactAst.namespaceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDefinition |
NamespaceDefinitionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactAstBuilder.withNamespaceDefinition(NamespaceDefinition namespaceDefinition)
Adds a
NamespaceDefinition to the Artifact being built. |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDefinition |
DefaultArtifactAst.namespaceDefinition() |
| Constructor and Description |
|---|
DefaultArtifactAst(List<ComponentAst> topLevelComponents,
Supplier<Set<org.mule.runtime.api.meta.model.ExtensionModel>> dependenciesSupplier,
ArtifactAst parentArtifact,
PropertiesResolver propertiesResolver,
NamespaceDefinition namespaceDefinition,
List<ImportedResource> importedResources) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDefinition |
DefaultNamespaceDefinitionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArtifactAstBuilder.withNamespaceDefinition(NamespaceDefinition namespaceDefinition) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.