Class InitializationPhase

  • All Implemented Interfaces:
    RuleProvider, org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>, org.ocpsoft.rewrite.context.Context

    public class InitializationPhase
    extends RulePhase
    Next: DiscoveryPhase

    This is the first phase of Windup Execution. Initialization related tasks (such as copying configuration data to the graph) should occur during this phase.

    Author:
    Jesse Sightler