Package org.mule.runtime.cfg.api
Class ChainExecutionPathTreeFactory
java.lang.Object
org.mule.runtime.cfg.api.ChainExecutionPathTreeFactory
Factory that creates the
ChainExecutionPathTree corresponding to the given ComponentAst.- Since:
- 1.1.
-
Constructor Summary
ConstructorsConstructorDescriptionChainExecutionPathTreeFactory(org.mule.runtime.ast.api.ArtifactAst application) -
Method Summary
Modifier and TypeMethodDescriptiongenerateFor(org.mule.runtime.ast.api.ComponentAst chainComponentAst) Creates anChainExecutionPathTreefor the givenComponentAstrepresenting a chain (for instance, a#FLOW
-
Constructor Details
-
ChainExecutionPathTreeFactory
public ChainExecutionPathTreeFactory(org.mule.runtime.ast.api.ArtifactAst application)
-
-
Method Details
-
generateFor
Creates anChainExecutionPathTreefor the givenComponentAstrepresenting a chain (for instance, a#FLOW- Parameters:
chainComponentAst- the chainComponentAstto generate the execution path tree for.- Returns:
- an execution path tree representing how the chain would be executed.
-