| Package | Description |
|---|---|
| org.jboss.windup.config | |
| org.jboss.windup.config.operation | |
| org.jboss.windup.config.operation.iteration |
| Modifier and Type | Method and Description |
|---|---|
static Variables |
Variables.instance(GraphRewrite event)
Get an instance of the
Variables stack from the given GraphRewrite event context. |
| Modifier and Type | Method and Description |
|---|---|
static <FRAMETYPE extends WindupVertexFrame> |
Iteration.getCurrentPayload(Variables stack,
Class<FRAMETYPE> type,
String name)
Get the
Iteration payload with the given name and type. |
static <FRAMETYPE extends WindupVertexFrame> |
Iteration.getCurrentPayload(Variables stack,
String name)
Get the
Iteration payload with the given name. |
static <FRAMETYPE extends WindupVertexFrame> |
Iteration.removeCurrentPayload(Variables stack,
Class<FRAMETYPE> type,
String name)
Remove the current
Iteration payload. |
static <FRAMETYPE extends WindupVertexFrame> |
Iteration.removeCurrentPayload(Variables stack,
String name)
Remove the current
Iteration payload. |
static void |
Iteration.setCurrentPayload(Variables stack,
String name,
WindupVertexFrame frame)
Set the current
Iteration payload. |
| Modifier and Type | Method and Description |
|---|---|
void |
IterationPayloadManager.removeCurrentPayload(Variables varStack)
Remove the current
Iteration payload. |
void |
NamedIterationPayloadManager.removeCurrentPayload(Variables varStack) |
void |
TypedNamedIterationPayloadManager.removeCurrentPayload(Variables varStack) |
void |
IterationPayloadManager.setCurrentPayload(Variables varStack,
WindupVertexFrame element)
Set the current
Iteration payload. |
void |
NamedIterationPayloadManager.setCurrentPayload(Variables varStack,
WindupVertexFrame element) |
void |
TypedNamedIterationPayloadManager.setCurrentPayload(Variables varStack,
WindupVertexFrame element) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.