| 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 |
|---|---|
IterationBuilderVar |
Iteration.as(Class<? extends WindupVertexFrame> varType,
String var)
Change the name of the single variable of the given type.
|
IterationBuilderVar |
Iteration.as(String var)
Change the name of the single variable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IterationBuilderOver
Intermediate step to construct an
Iteration. |
| Modifier and Type | Method and Description |
|---|---|
IterationBuilderVar |
IterationBuilderOver.as(Class<? extends WindupVertexFrame> varType,
String var)
Sets the name and type of the variable for this iteration's "current element".
|
IterationBuilderVar |
IterationBuilderOver.as(String var)
Sets the name of the variable for this iteration's "current element".
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.