Class ParameterizedIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
- java.lang.Object
-
- org.ocpsoft.rewrite.config.DefaultOperationBuilder
-
- org.jboss.windup.config.operation.GraphOperation
-
- org.jboss.windup.config.operation.iteration.AbstractIterationOperation<T>
-
- org.jboss.windup.config.parameters.ParameterizedIterationOperation<T>
-
- All Implemented Interfaces:
org.ocpsoft.rewrite.config.Operation,org.ocpsoft.rewrite.config.OperationBuilder,org.ocpsoft.rewrite.param.Parameterized
public abstract class ParameterizedIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame> extends AbstractIterationOperation<T> implements org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.param.Parameterized
-
-
Constructor Summary
Constructors Constructor Description ParameterizedIterationOperation()ParameterizedIterationOperation(String variableName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidperform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)voidperform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)abstract voidperformParameterized(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)-
Methods inherited from class org.jboss.windup.config.operation.iteration.AbstractIterationOperation
camelCase, checkVariableName, getVariableName, hasVariableNameSet, resolvePayload, resolveVariable, setVariableName, toString
-
Methods inherited from class org.jboss.windup.config.operation.GraphOperation
perform
-
-
-
-
Constructor Detail
-
ParameterizedIterationOperation
public ParameterizedIterationOperation()
-
ParameterizedIterationOperation
public ParameterizedIterationOperation(String variableName)
-
-
Method Detail
-
performParameterized
public abstract void performParameterized(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)
-
perform
public final void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
- Overrides:
performin classAbstractIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
-
perform
public final void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)
- Specified by:
performin classAbstractIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
-
-