public final class ArtifactDeclarationUtils extends Object
ArtifactDeclaration and ArtifactAst.| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.ast.api.ArtifactAst |
toArtifactast(org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionModels)
Generated a new
ArtifactAst based on the provided ArtifactDeclaration. |
public static org.mule.runtime.ast.api.ArtifactAst toArtifactast(org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionModels)
ArtifactAst based on the provided ArtifactDeclaration.artifactDeclaration - the declaration to generate the ArtifactAst for.extensionModels - the models of the extensions used in the app modeled by the provided declarer.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.