Uses of Interface
org.jboss.windup.config.operation.iteration.IterationBuilderOver
-
Packages that use IterationBuilderOver Package Description org.jboss.windup.config.operation -
-
Uses of IterationBuilderOver in org.jboss.windup.config.operation
Classes in org.jboss.windup.config.operation that implement IterationBuilderOver 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 IterationBuilderOver Modifier and Type Method Description static IterationBuilderOverIteration. over()static IterationBuilderOverIteration. over(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> sourceType)Begin anIterationover the selection of the given type, named with the default name.static IterationBuilderOverIteration. over(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> sourceType, String source)Begin anIterationover the named selection of the given type.static IterationBuilderOverIteration. over(String source)Begin anIterationover the named selection.
-