Uses of Interface
org.jboss.windup.config.operation.iteration.IterationBuilderPerform
-
Packages that use IterationBuilderPerform Package Description org.jboss.windup.config.operation org.jboss.windup.config.operation.iteration -
-
Uses of IterationBuilderPerform in org.jboss.windup.config.operation
Classes in org.jboss.windup.config.operation that implement IterationBuilderPerform 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 IterationBuilderPerform Modifier and Type Method Description IterationBuilderPerformIteration. perform(org.ocpsoft.rewrite.config.Operation operation)IterationBuilderPerformIteration. perform(org.ocpsoft.rewrite.config.Operation... operations) -
Uses of IterationBuilderPerform in org.jboss.windup.config.operation.iteration
Methods in org.jboss.windup.config.operation.iteration that return IterationBuilderPerform Modifier and Type Method Description IterationBuilderPerformIterationBuilderVar. perform(org.ocpsoft.rewrite.config.Operation operation)Perform the givenOperationwhen the conditions set in thisIterationare met.IterationBuilderPerformIterationBuilderVar. perform(org.ocpsoft.rewrite.config.Operation... operations)Perform the givenOperationinstances when the conditions set in thisIterationare met.IterationBuilderPerformIterationBuilderWhen. perform(org.ocpsoft.rewrite.config.Operation operation)Perform the givenOperationwhen the conditions set in thisIterationare met.IterationBuilderPerformIterationQueryCriteria. perform(org.ocpsoft.rewrite.config.Operation operation)
-