Interface IterationBuilderOver
-
- All Superinterfaces:
IterationBuilderVar
- All Known Implementing Classes:
Iteration
public interface IterationBuilderOver extends IterationBuilderVar
Intermediate step to construct anIteration.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IterationBuilderVaras(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> varType, String var)Sets the name and type of the variable for this iteration's "current element".IterationBuilderVaras(String var)Sets the name of the variable for this iteration's "current element".-
Methods inherited from interface org.jboss.windup.config.operation.iteration.IterationBuilderVar
perform, perform, when
-
-
-
-
Method Detail
-
as
IterationBuilderVar as(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> varType, String var)
Sets the name and type of the variable for this iteration's "current element". The type server for automatic type check.
-
as
IterationBuilderVar as(String var)
Sets the name of the variable for this iteration's "current element".
-
-