Package org.jboss.windup.config.phase
Class DiscoverProjectStructurePhase
- java.lang.Object
-
- org.ocpsoft.rewrite.context.ContextBase
-
- org.jboss.windup.config.AbstractRuleProvider
-
- org.jboss.windup.config.phase.RulePhase
-
- org.jboss.windup.config.phase.DiscoverProjectStructurePhase
-
- 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 DiscoverProjectStructurePhase extends RulePhase
Previous:ClassifyFileTypesPhase
Next:DecompilationPhaseDiscovering of the project structure of the input application will occur during this phase. This will discover which files are in which project (including determining subprojects) and analyze as much metadata as possible for supported project types (for example, Maven projects).
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description DiscoverProjectStructurePhase()
-
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
-
-