Interface IterationPayloadManager
-
- All Known Implementing Classes:
NamedIterationPayloadManager,TypedNamedIterationPayloadManager
public interface IterationPayloadManager- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPayLoadName()Get the name of theIterationpayload.voidremoveCurrentPayload(Variables varStack)Remove the currentIterationpayload.voidsetCurrentPayload(Variables varStack, org.jboss.windup.graph.model.WindupVertexFrame element)Set the currentIterationpayload.
-