| Package | Description |
|---|---|
| org.mule.runtime.module.artifact.activation.api.ast | |
| org.mule.runtime.module.artifact.activation.internal.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,
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService)
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. |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.ast.api.ArtifactAst |
ArtifactAstUtils.parseArtifact(String[] configResources,
AstXmlParserSupplier parserSupplier,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions,
boolean disableValidations,
ClassLoader artifactClassLoader,
MuleSdkExtensionModelLoadingMediator extensionModelMediator)
Parses
configResources for a Mule artifact and returns an ArtifactAst enriched with an additional
ExtensionModel which models the artifact itself, with all its defined operations, sources, functions, etc. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.