| Package | Description |
|---|---|
| org.jboss.windup.config.operation |
| 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 |
|---|---|
static IterationBuilderOver |
Iteration.over()
|
static IterationBuilderOver |
Iteration.over(Class<? extends WindupVertexFrame> sourceType)
Begin an
Iteration over the selection of the given type, named with the default name. |
static IterationBuilderOver |
Iteration.over(Class<? extends WindupVertexFrame> sourceType,
String source)
Begin an
Iteration over the named selection of the given type. |
static IterationBuilderOver |
Iteration.over(String source)
Begin an
Iteration over the named selection. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.