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

    Discovering 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