Uses of Class
org.jboss.windup.config.phase.RulePhase
-
Packages that use RulePhase Package Description org.jboss.windup.config.builder org.jboss.windup.config.metadata org.jboss.windup.config.phase -
-
Uses of RulePhase in org.jboss.windup.config.builder
Method parameters in org.jboss.windup.config.builder with type arguments of type RulePhase Modifier and Type Method Description RuleProviderBuilderAddDependenciesRuleProviderBuilder. setPhase(Class<? extends RulePhase> phase)RuleProviderBuilderAddDependenciesRuleProviderBuilderMetadataSetPhase. setPhase(Class<? extends RulePhase> phase)Set theRulePhasefor thisAbstractRuleProviderRuleProviderBuilderAddDependenciesRuleProviderBuilderSetPhase. setPhase(Class<? extends RulePhase> phase)Set theRulePhasefor thisAbstractRuleProvider -
Uses of RulePhase in org.jboss.windup.config.metadata
Fields in org.jboss.windup.config.metadata with type parameters of type RulePhase Modifier and Type Field Description static Class<? extends RulePhase>MetadataBuilder. DEFAULT_PHASEMethods in org.jboss.windup.config.metadata that return types with arguments of type RulePhase Modifier and Type Method Description Class<? extends RulePhase>MetadataBuilder. getPhase()Class<? extends RulePhase>RuleProviderMetadata. getPhase()Class<? extends RulePhase>phase()Method parameters in org.jboss.windup.config.metadata with type arguments of type RulePhase Modifier and Type Method Description MetadataBuilderMetadataBuilder. setPhase(Class<? extends RulePhase> phase)Set theRulePhasein which theRuleinstances from the correspondingRuleProviderinstance should be executed. -
Uses of RulePhase in org.jboss.windup.config.phase
Subclasses of RulePhase in org.jboss.windup.config.phase Modifier and Type Class Description classArchiveExtractionPhaseclassArchiveMetadataExtractionPhaseclassClassifyFileTypesPhaseclassDecompilationPhaseclassDependentPhaseThis phase can occur during any phase of the execution lifecycle.classDiscoverProjectStructurePhaseclassDiscoveryPhaseclassFinalizePhaseclassInitialAnalysisPhaseclassInitializationPhaseNext:DiscoveryPhaseclassMigrationRulesPhaseclassPostFinalizePhasePrevious:FinalizePhaseclassPostMigrationRulesPhaseclassPostReportGenerationPhaseclassPostReportRenderingPhaseclassPreReportGenerationPhaseclassReportGenerationPhaseclassReportRenderingPhaseMethods in org.jboss.windup.config.phase that return types with arguments of type RulePhase Modifier and Type Method Description Class<? extends RulePhase>RulePhaseFinder. findPhase(String phaseStr)Finds the phase by its simple class name (case insensitive); returns null if not found.List<Class<? extends RulePhase>>RulePhaseFinder. getAvailablePhases()Returns the phases loaded in this finder, sorted by Class.getSimpleName().Class<? extends RulePhase>ArchiveExtractionPhase. getExecuteAfter()Class<? extends RulePhase>ArchiveMetadataExtractionPhase. getExecuteAfter()Class<? extends RulePhase>ClassifyFileTypesPhase. getExecuteAfter()Class<? extends RulePhase>DecompilationPhase. getExecuteAfter()Class<? extends RulePhase>DependentPhase. getExecuteAfter()Class<? extends RulePhase>DiscoverProjectStructurePhase. getExecuteAfter()Class<? extends RulePhase>DiscoveryPhase. getExecuteAfter()Class<? extends RulePhase>FinalizePhase. getExecuteAfter()Class<? extends RulePhase>InitialAnalysisPhase. getExecuteAfter()Class<? extends RulePhase>InitializationPhase. getExecuteAfter()Class<? extends RulePhase>MigrationRulesPhase. getExecuteAfter()Class<? extends RulePhase>PostFinalizePhase. getExecuteAfter()Class<? extends RulePhase>PostMigrationRulesPhase. getExecuteAfter()Class<? extends RulePhase>PostReportGenerationPhase. getExecuteAfter()Class<? extends RulePhase>PostReportRenderingPhase. getExecuteAfter()Class<? extends RulePhase>PreReportGenerationPhase. getExecuteAfter()Class<? extends RulePhase>ReportGenerationPhase. getExecuteAfter()Class<? extends RulePhase>ReportRenderingPhase. getExecuteAfter()abstract Class<? extends RulePhase>RulePhase. getExecuteAfter()Class<? extends RulePhase>ArchiveExtractionPhase. getExecuteBefore()Class<? extends RulePhase>ArchiveMetadataExtractionPhase. getExecuteBefore()Class<? extends RulePhase>ClassifyFileTypesPhase. getExecuteBefore()Class<? extends RulePhase>DecompilationPhase. getExecuteBefore()Class<? extends RulePhase>DependentPhase. getExecuteBefore()Class<? extends RulePhase>DiscoverProjectStructurePhase. getExecuteBefore()Class<? extends RulePhase>DiscoveryPhase. getExecuteBefore()Class<? extends RulePhase>FinalizePhase. getExecuteBefore()Class<? extends RulePhase>InitialAnalysisPhase. getExecuteBefore()Class<? extends RulePhase>InitializationPhase. getExecuteBefore()Class<? extends RulePhase>MigrationRulesPhase. getExecuteBefore()Class<? extends RulePhase>PostFinalizePhase. getExecuteBefore()Class<? extends RulePhase>PostMigrationRulesPhase. getExecuteBefore()Class<? extends RulePhase>PostReportGenerationPhase. getExecuteBefore()Class<? extends RulePhase>PostReportRenderingPhase. getExecuteBefore()Class<? extends RulePhase>PreReportGenerationPhase. getExecuteBefore()Class<? extends RulePhase>ReportGenerationPhase. getExecuteBefore()Class<? extends RulePhase>ReportRenderingPhase. getExecuteBefore()abstract Class<? extends RulePhase>RulePhase. getExecuteBefore()Method parameters in org.jboss.windup.config.phase with type arguments of type RulePhase Modifier and Type Method Description voidRulePhase. setExecuteAfter(Class<? extends RulePhase> previousPhase)This allows the sorter to linkRulePhases to each other, without them having to explicitly specify both the executeAfter and executeBefore.voidRulePhase. setExecuteBefore(Class<? extends RulePhase> nextPhase)This allows the sorter to linkRulePhases to each other, without them having to explicitly specify both the executeAfter and executeBefore.Constructor parameters in org.jboss.windup.config.phase with type arguments of type RulePhase Constructor Description RulePhase(Class<? extends RulePhase> implementationType)
-