Package org.mule.runtime.ast.graph.api
Class ArtifactAstDependencyGraphFactory
java.lang.Object
org.mule.runtime.ast.graph.api.ArtifactAstDependencyGraphFactory
Contains a factory method for creating
ArtifactAstDependencyGraphs.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactAstDependencyGraphgenerateFor(ArtifactAst fullArtifactAst) Creates anArtifactAstDependencyGraphfor the givenArtifactAst.
-
Method Details
-
generateFor
Creates anArtifactAstDependencyGraphfor the givenArtifactAst.This method relies on the stereotypes in the extension model for determining the dependencies.
- Parameters:
fullArtifactAst- theArtifactAstto generate the graph for.- Returns:
- a graph instance with the dependencies between the artifact components resolved.
-