Package org.jboss.windup.config.phase
Class InitialAnalysisPhase
- java.lang.Object
-
- org.ocpsoft.rewrite.context.ContextBase
-
- org.jboss.windup.config.AbstractRuleProvider
-
- org.jboss.windup.config.phase.RulePhase
-
- org.jboss.windup.config.phase.InitialAnalysisPhase
-
- 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 InitialAnalysisPhase extends RulePhase
Previous:DecompilationPhase
Next:MigrationRulesPhaseThis phase occurs after the application has been unzipped, files have been discovered (including basic filetype information), and the project structure has been ascertained.
Rules from this phase will perform tasks such as the analysis of source code for placement within the graph (for use by laterRules).- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description InitialAnalysisPhase()
-
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
-
-