Package org.jboss.windup.config.phase
Class MigrationRulesPhase
- java.lang.Object
-
- org.ocpsoft.rewrite.context.ContextBase
-
- org.jboss.windup.config.AbstractRuleProvider
-
- org.jboss.windup.config.phase.RulePhase
-
- org.jboss.windup.config.phase.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:PostMigrationRulesPhaseMost
Rules will go in thisRulePhase. These includeRules 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
-
-
Constructor Summary
Constructors Constructor Description MigrationRulesPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends RulePhase>getExecuteAfter()Class<? extends RulePhase>getExecuteBefore()-
Methods inherited from class org.jboss.windup.config.phase.RulePhase
getConfiguration, getMetadata, setExecuteAfter, setExecuteBefore
-
Methods inherited from class org.jboss.windup.config.AbstractRuleProvider
enhanceRuleMetadata, equals, getExecutionIndex, handles, hashCode, priority, setExecutionIndex, toString
-
-