Uses of Interface
org.jboss.windup.config.operation.iteration.IterationBuilderWhen
-
Packages that use IterationBuilderWhen Package Description org.jboss.windup.config.operation org.jboss.windup.config.operation.iteration -
-
Uses of IterationBuilderWhen in org.jboss.windup.config.operation
Classes in org.jboss.windup.config.operation that implement IterationBuilderWhen 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 IterationBuilderWhen Modifier and Type Method Description IterationBuilderWhenIteration. all(org.ocpsoft.rewrite.config.Condition... condition)IterationBuilderWhenIteration. when(org.ocpsoft.rewrite.config.Condition condition) -
Uses of IterationBuilderWhen in org.jboss.windup.config.operation.iteration
Methods in org.jboss.windup.config.operation.iteration that return IterationBuilderWhen Modifier and Type Method Description IterationBuilderWhenIterationBuilderVar. when(org.ocpsoft.rewrite.config.Condition condition)A condition which decides for each frame whetherIterationBuilderVar.perform(Operation)orIteration.otherwise(Operation)will be processed.IterationBuilderWhenIterationQueryCriteria. when(org.ocpsoft.rewrite.config.Condition condition)
-