Class MigrationRulesPhase

  • 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 MigrationRulesPhase
    extends RulePhase
    Previous: InitialAnalysisPhase
    Next: PostMigrationRulesPhase

    Most Rules will go in this RulePhase. These include Rules that detect code in the source application (or server) that will need to be changed and produce metadata to be reported on regarding these changes.

    Author:
    Jesse Sightler