Package org.mule.runtime.ast.graph.api
Interface ArtifactAstDependencyGraphProvider
public interface ArtifactAstDependencyGraphProvider
A provider for
ArtifactAstDependencyGraph's.- Since:
- 1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionget(ArtifactAst fullArtifactAst) Gets anArtifactAstDependencyGraphfor the givenArtifactAst.
-
Method Details
-
get
Gets anArtifactAstDependencyGraphfor the givenArtifactAst.- Parameters:
fullArtifactAst- theArtifactAstto generate the graph for.- Returns:
- a graph instance with the dependencies between the artifact components resolved.
- Since:
- 1.2.0
-