| Package | Description |
|---|---|
| org.jboss.windup.config.operation | |
| org.jboss.windup.config.operation.iteration |
| Modifier and Type | Class and Description |
|---|---|
class |
Iteration
Used to iterate over an implicit or explicit variable defined within the corresponding
ConfigurationRuleBuilder.when(Condition) clause in
the current rule. |
| Modifier and Type | Method and Description |
|---|---|
IterationBuilderWhen |
Iteration.all(org.ocpsoft.rewrite.config.Condition... condition) |
IterationBuilderWhen |
Iteration.when(org.ocpsoft.rewrite.config.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
IterationBuilderWhen |
IterationBuilderVar.when(org.ocpsoft.rewrite.config.Condition condition)
A condition which decides for each frame whether
IterationBuilderVar.perform(Operation) or
Iteration.otherwise(Operation) will be processed. |
IterationBuilderWhen |
IterationQueryCriteria.when(org.ocpsoft.rewrite.config.Condition condition) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.