| 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 |
|---|---|
IterationBuilderPerform |
Iteration.perform(org.ocpsoft.rewrite.config.Operation... operations) |
IterationBuilderPerform |
Iteration.perform(org.ocpsoft.rewrite.config.Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
IterationBuilderPerform |
IterationBuilderVar.perform(org.ocpsoft.rewrite.config.Operation... operations)
Perform the given
Operation instances when the conditions set in this Iteration are met. |
IterationBuilderPerform |
IterationBuilderVar.perform(org.ocpsoft.rewrite.config.Operation operation)
Perform the given
Operation when the conditions set in this Iteration are met. |
IterationBuilderPerform |
IterationBuilderWhen.perform(org.ocpsoft.rewrite.config.Operation operation)
Perform the given
Operation when the conditions set in this Iteration are met. |
IterationBuilderPerform |
IterationQueryCriteria.perform(org.ocpsoft.rewrite.config.Operation operation) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.