Uses of Class
org.jboss.windup.config.AbstractRuleProvider
-
Packages that use AbstractRuleProvider Package Description org.jboss.windup.config.builder org.jboss.windup.config.phase org.jboss.windup.config.ruleprovider -
-
Uses of AbstractRuleProvider in org.jboss.windup.config.builder
Subclasses of AbstractRuleProvider in org.jboss.windup.config.builder Modifier and Type Class Description classRuleProviderBuilderUsed to construct new dynamicAbstractRuleProviderinstances.Method parameters in org.jboss.windup.config.builder with type arguments of type AbstractRuleProvider Modifier and Type Method Description RuleProviderBuilderAddDependenciesRuleProviderBuilder. addExecuteAfter(Class<? extends AbstractRuleProvider> type)RuleProviderBuilderAddDependenciesRuleProviderBuilderAddDependencies. addExecuteAfter(Class<? extends AbstractRuleProvider> type)Indicates that the current ruleset should execute after the ruleset with the typeRuleProviderBuilderAddDependenciesRuleProviderBuilder. addExecuteBefore(Class<? extends AbstractRuleProvider> type)RuleProviderBuilderAddDependenciesRuleProviderBuilderAddDependencies. addExecuteBefore(Class<? extends AbstractRuleProvider> type)Indicates that the current ruleset should execute before the ruleset with the type -
Uses of AbstractRuleProvider in org.jboss.windup.config.phase
Subclasses of AbstractRuleProvider in org.jboss.windup.config.phase Modifier and Type Class Description classArchiveExtractionPhaseclassArchiveMetadataExtractionPhaseclassClassifyFileTypesPhaseclassDecompilationPhaseclassDependentPhaseThis phase can occur during any phase of the execution lifecycle.classDiscoverProjectStructurePhaseclassDiscoveryPhaseclassFinalizePhaseclassInitialAnalysisPhaseclassInitializationPhaseNext:DiscoveryPhaseclassMigrationRulesPhaseclassPostFinalizePhasePrevious:FinalizePhaseclassPostMigrationRulesPhaseclassPostReportGenerationPhaseclassPostReportPfRenderingPhaseclassPostReportRenderingPhaseclassPreReportGenerationPhaseclassPreReportPfRenderingPhaseclassReportGenerationPhaseclassReportPfRenderingPhaseclassReportRenderingPhaseclassRulePhaseProvides a shorthand for stating the order of execution ofRules within Windup. -
Uses of AbstractRuleProvider in org.jboss.windup.config.ruleprovider
Subclasses of AbstractRuleProvider in org.jboss.windup.config.ruleprovider Modifier and Type Class Description classIteratingRuleProvider<PAYLOADTYPE extends org.jboss.windup.graph.model.WindupVertexFrame>This provides a simplified way to extendAbstractRuleProviderfor cases where the rule simply needs to provide some query, and wants to execute a function over each resulting row.classSingleRuleProviderARuleProviderthat provides only a singleRule(itself).
-