Uses of Interface
org.jboss.windup.config.operation.iteration.IterationBuilderOtherwise
-
Packages that use IterationBuilderOtherwise Package Description org.jboss.windup.config.operation org.jboss.windup.config.operation.iteration -
-
Uses of IterationBuilderOtherwise in org.jboss.windup.config.operation
Classes in org.jboss.windup.config.operation that implement IterationBuilderOtherwise Modifier and Type Class Description classIterationUsed to iterate over an implicit or explicit variable defined within the correspondingConfigurationRuleBuilder.when(Condition)clause in the current rule.Methods in org.jboss.windup.config.operation that return IterationBuilderOtherwise Modifier and Type Method Description IterationBuilderOtherwiseIteration. otherwise(org.ocpsoft.rewrite.config.Operation operation) -
Uses of IterationBuilderOtherwise in org.jboss.windup.config.operation.iteration
Methods in org.jboss.windup.config.operation.iteration that return IterationBuilderOtherwise Modifier and Type Method Description IterationBuilderOtherwiseIterationBuilderPerform. otherwise(org.ocpsoft.rewrite.config.Operation operation)Perform the givenOperationwhen the conditions set in thisIterationare met.
-