Class ChainExecutionPathTreeFactory

java.lang.Object
org.mule.runtime.cfg.api.ChainExecutionPathTreeFactory

public class ChainExecutionPathTreeFactory extends Object
Factory that creates the ChainExecutionPathTree corresponding to the given ComponentAst.
Since:
1.1.
  • Constructor Details

    • ChainExecutionPathTreeFactory

      public ChainExecutionPathTreeFactory(org.mule.runtime.ast.api.ArtifactAst application)
  • Method Details

    • generateFor

      public ChainExecutionPathTree generateFor(org.mule.runtime.ast.api.ComponentAst chainComponentAst)
      Creates an ChainExecutionPathTree for the given ComponentAst representing a chain (for instance, a #FLOW
      Parameters:
      chainComponentAst - the chain ComponentAst to generate the execution path tree for.
      Returns:
      an execution path tree representing how the chain would be executed.