Uses of Interface
org.jboss.windup.config.RuleLifecycleListener
-
Packages that use RuleLifecycleListener Package Description org.jboss.windup.config org.jboss.windup.config.projecttraversal -
-
Uses of RuleLifecycleListener in org.jboss.windup.config
Classes in org.jboss.windup.config that implement RuleLifecycleListener Modifier and Type Class Description classAbstractRuleLifecycleListenerThis provides a set of default (empty) methods that make it easy to implementRuleLifecycleListeners that only need to override a subset of the available methods.Methods in org.jboss.windup.config that return types with arguments of type RuleLifecycleListener Modifier and Type Method Description org.jboss.forge.furnace.spi.ListenerRegistration<RuleLifecycleListener>RuleSubset. addLifecycleListener(RuleLifecycleListener listener)Add aRuleLifecycleListenerto receive events whenRuleinstances are evaluated, executed, and their results.Methods in org.jboss.windup.config with parameters of type RuleLifecycleListener Modifier and Type Method Description org.jboss.forge.furnace.spi.ListenerRegistration<RuleLifecycleListener>RuleSubset. addLifecycleListener(RuleLifecycleListener listener)Add aRuleLifecycleListenerto receive events whenRuleinstances are evaluated, executed, and their results.Constructor parameters in org.jboss.windup.config with type arguments of type RuleLifecycleListener Constructor Description GraphRewrite(Iterable<RuleLifecycleListener> listeners, org.jboss.windup.graph.GraphContext context) -
Uses of RuleLifecycleListener in org.jboss.windup.config.projecttraversal
Classes in org.jboss.windup.config.projecttraversal that implement RuleLifecycleListener Modifier and Type Class Description classProjectTraversalCacheMaintains a cache of some traversal data to prevent the need for frequent recalculation of this data.
-