| AbstractConfigurationOption |
|
| AbstractLabelProvider |
|
| AbstractPathConfigurationOption |
|
| 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.
|
| AbstractRuleProvider |
|
| AnalyzeKnownLibrariesOption |
Option to force the analysis of already known libraries.
|
| DefaultEvaluationContext |
|
| ExportZipOutputOption |
Indicates output path will be compressed in a ZIP file
|
| GraphRewrite |
Holds the context of the whole Windup Execution.
|
| GraphRule |
Base class for Rule implementations that operate on GraphRewrite events.
|
| KeepWorkDirsOption |
Indicates the Java packages for Windup to scan.
|
| LegacyReportsRenderingOption |
Indicates whether Windup processing should render legacy reports, otherwise new Patternfly 4 reports will be rendered.
|
| RuleSubset |
An Operation that allows for conditional evaluation of nested Rule sets.
|
| RuleUtils |
Utils for the Metadata.
|
| SkipReportsRenderingOption |
Indicates whether Windup processing should render reports at all.
|
| SkipSourceCodeReportsRenderingOption |
Indicates whether Windup processing should render source code reports at all.
|
| ValidationResult |
Indicates the result of a validation operation.
|
| Variables |
A variables stack - keeps few layers of "key"->[vertices] maps, one per rule execution level, Iteration and
RuleSubset.
|