| 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 |
|---|---|
List<ImportedResource> |
ComponentMetadataAst.getImportChain()
If the component with this location is in a root config file (not obtained through an
import tag), the returned list
will be empty. |
Collection<ImportedResource> |
ArtifactAst.getImportedResources() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAstBuilder |
ArtifactAstBuilder.withImportedResource(ImportedResource resource)
Adds a resource to be imported by the resulting
ArtifactAst. |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAstBuilder |
ComponentMetadataAstBuilder.setImportChain(List<ImportedResource> importChain)
Sets the import chain for the metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImportedResource
Default implementation for
ImportedResource. |
| Modifier and Type | Method and Description |
|---|---|
List<ImportedResource> |
DefaultComponentMetadataAst.getImportChain() |
Collection<ImportedResource> |
FilteredArtifactAst.getImportedResources() |
Collection<ImportedResource> |
DefaultArtifactAst.getImportedResources() |
| Modifier and Type | Method and Description |
|---|---|
DefaultComponentMetadataAst.Builder |
DefaultComponentMetadataAst.Builder.setImportChain(List<ImportedResource> importChain) |
| Constructor and Description |
|---|
DefaultArtifactAst(String artifactName,
ArtifactType artifactType,
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 |
|---|---|
ImportedResource |
DefaultImportedResourceBuilder.build() |
ImportedResource |
ImportedResourceBuilder.build()
Builds the target imported resource.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactAstBuilder |
DefaultArtifactAstBuilder.withImportedResource(ImportedResource resource) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.