public class ArtifactAstDependencyGraphFactory extends Object
ArtifactAstDependencyGraphs.| Modifier and Type | Method and Description |
|---|---|
static ArtifactAstDependencyGraph |
generateFor(ArtifactAst fullArtifactAst)
Creates an
ArtifactAstDependencyGraph for the given ArtifactAst. |
public static ArtifactAstDependencyGraph generateFor(ArtifactAst fullArtifactAst)
ArtifactAstDependencyGraph for the given ArtifactAst.
This method relies on the stereotypes in the extension model for determining the dependencies.
fullArtifactAst - the ArtifactAst to generate the graph for.Copyright © 2022 MuleSoft, Inc.. All rights reserved.