| Package | Description |
|---|---|
| org.jboss.windup.config | |
| org.jboss.windup.config.projecttraversal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuleLifecycleListener
This provides a set of default (empty) methods that make it easy to implement
RuleLifecycleListeners that only need to override a subset of
the available methods. |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.forge.furnace.spi.ListenerRegistration<RuleLifecycleListener> |
RuleSubset.addLifecycleListener(RuleLifecycleListener listener)
Add a
RuleLifecycleListener to receive events when Rule instances are evaluated, executed, and their results. |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.forge.furnace.spi.ListenerRegistration<RuleLifecycleListener> |
RuleSubset.addLifecycleListener(RuleLifecycleListener listener)
Add a
RuleLifecycleListener to receive events when Rule instances are evaluated, executed, and their results. |
| Constructor and Description |
|---|
GraphRewrite(Iterable<RuleLifecycleListener> listeners,
GraphContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectTraversalCache
Maintains a cache of some traversal data to prevent the need for frequent recalculation of this data.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.