Class 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: MigrationRulesPhase

    This 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 later Rules).

    Author:
    Jesse Sightler