| 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 |
|---|---|
ArtifactType |
ArtifactAst.getArtifactType() |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactAstBuilder |
ArtifactAstBuilder.builder(String artifactName,
ArtifactType artifactType,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionsModels,
Optional<ArtifactAst> parentArtifact,
UnaryOperator<String> basePropertiesResolver) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
FilteredArtifactAst.getArtifactType() |
ArtifactType |
DefaultArtifactAst.getArtifactType() |
| 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) |
| Constructor and Description |
|---|
DefaultArtifactAstBuilder(String artifactName,
ArtifactType artifactType,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionsModels,
Optional<ArtifactAst> parentArtifact,
UnaryOperator<String> basePropertiesResolver) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.