Package org.jboss.windup.config.phase
Class PostMigrationRulesPhase
- java.lang.Object
-
- org.ocpsoft.rewrite.context.ContextBase
-
- org.jboss.windup.config.AbstractRuleProvider
-
- org.jboss.windup.config.phase.RulePhase
-
- org.jboss.windup.config.phase.PostMigrationRulesPhase
-
- 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 PostMigrationRulesPhase extends RulePhase
Previous:MigrationRulesPhase
Next:PreReportGenerationPhaseThis occurs immediately after
MigrationRulesPhase. This can be used in cases where some rule wants to execute immediately after all other migration rules. The primary use case at the moment involves unit tests.- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description PostMigrationRulesPhase()
-
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
-
-