public final class AggregatedMultiConfigsArtifactAst extends BaseArtifactAst
| Constructor and Description |
|---|
AggregatedMultiConfigsArtifactAst(ArtifactAst parentArtifact,
List<ArtifactAst> parsedAstsList) |
| 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() |
List<ComponentAst> |
topLevelComponents() |
void |
updatePropertiesResolver(UnaryOperator<String> newPropertiesResolver) |
filteredComponents, recursiveSpliterator, recursiveSpliterator, recursiveStream, recursiveStream, topLevelComponentsSpliterator, topLevelComponentsStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamespaceDefinitionpublic AggregatedMultiConfigsArtifactAst(ArtifactAst parentArtifact, List<ArtifactAst> parsedAstsList)
public String getArtifactName()
public ArtifactType getArtifactType()
public Set<org.mule.runtime.api.meta.model.ExtensionModel> dependencies()
public Optional<ArtifactAst> getParent()
public List<ComponentAst> topLevelComponents()
public void updatePropertiesResolver(UnaryOperator<String> newPropertiesResolver)
public org.mule.runtime.api.exception.ErrorTypeRepository getErrorTypeRepository()
getErrorTypeRepository in interface ArtifactAstgetErrorTypeRepository in class BaseArtifactAstpublic Collection<ImportedResource> getImportedResources()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.