| Package | Description |
|---|---|
| org.mule.runtime.module.artifact.activation.api.ast |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.ast.api.ArtifactAst |
ArtifactAstUtils.parseAndBuildAppExtensionModel(String[] configResources,
AstXmlParserSupplier parserSupplier,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions,
org.mule.runtime.ast.api.ArtifactType artifactType,
boolean disableValidations,
org.mule.runtime.core.api.MuleContext muleContext)
Parses
configResources for a Mule application and returns an ArtifactAst enriched with an additional
ExtensionModel which models the app itself, with all its defined operations, sources, functions, etc. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.