public final class AggregatedImportsArtifactAst extends BaseArtifactAst
| Constructor and Description |
|---|
AggregatedImportsArtifactAst(ArtifactAst parentArtifact,
Collection<ImportedResource> importedResources,
Collection<ArtifactAst> importedConfigs,
ArtifactAst base) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.meta.model.ExtensionModel> |
dependencies() |
String |
getArtifactName() |
ArtifactType |
getArtifactType() |
org.mule.runtime.api.exception.ErrorTypeRepository |
getErrorTypeRepository() |
Collection<ImportedResource> |
getImportedResources() |
Optional<ArtifactAst> |
getParent() |
NamespaceDefinition |
namespaceDefinition() |
List<ComponentAst> |
topLevelComponents() |
Stream<ComponentAst> |
topLevelComponentsStream() |
void |
updatePropertiesResolver(UnaryOperator<String> newPropertiesResolver) |
filteredComponents, recursiveSpliterator, recursiveSpliterator, recursiveStream, recursiveStream, topLevelComponentsSpliteratorpublic AggregatedImportsArtifactAst(ArtifactAst parentArtifact, Collection<ImportedResource> importedResources, Collection<ArtifactAst> importedConfigs, ArtifactAst base)
public String getArtifactName()
public ArtifactType getArtifactType()
public Set<org.mule.runtime.api.meta.model.ExtensionModel> dependencies()
public Optional<ArtifactAst> getParent()
public Stream<ComponentAst> topLevelComponentsStream()
topLevelComponentsStream in interface ArtifactAsttopLevelComponentsStream in class BaseArtifactAstpublic List<ComponentAst> topLevelComponents()
public void updatePropertiesResolver(UnaryOperator<String> newPropertiesResolver)
public org.mule.runtime.api.exception.ErrorTypeRepository getErrorTypeRepository()
getErrorTypeRepository in interface ArtifactAstgetErrorTypeRepository in class BaseArtifactAstpublic NamespaceDefinition namespaceDefinition()
public Collection<ImportedResource> getImportedResources()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.