Uses of Interface
org.jboss.windup.config.operation.iteration.IterationBuilderVar
-
Packages that use IterationBuilderVar Package Description org.jboss.windup.config.operation org.jboss.windup.config.operation.iteration -
-
Uses of IterationBuilderVar in org.jboss.windup.config.operation
Classes in org.jboss.windup.config.operation that implement IterationBuilderVar 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 IterationBuilderVar Modifier and Type Method Description IterationBuilderVarIteration. as(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> varType, String var)Change the name of the single variable of the given type.IterationBuilderVarIteration. as(String var)Change the name of the single variable. -
Uses of IterationBuilderVar in org.jboss.windup.config.operation.iteration
Subinterfaces of IterationBuilderVar in org.jboss.windup.config.operation.iteration Modifier and Type Interface Description interfaceIterationBuilderOverIntermediate step to construct anIteration.Methods in org.jboss.windup.config.operation.iteration that return IterationBuilderVar Modifier and Type Method Description IterationBuilderVarIterationBuilderOver. 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".IterationBuilderVarIterationBuilderOver. as(String var)Sets the name of the variable for this iteration's "current element".
-