| Package | Description |
|---|---|
| org.jboss.windup.config.operation | |
| org.jboss.windup.config.operation.graph | |
| org.jboss.windup.config.operation.iteration | |
| org.jboss.windup.config.parameters |
| Modifier and Type | Class and Description |
|---|---|
class |
Commit |
class |
IterationProgress
Provides a simplistic way of printing a message to the log every
IterationProgress.interval iterations. |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeOperation
Adds the given type to a
WindupVertexFrame in the graph. |
| Modifier and Type | Method and Description |
|---|---|
static GraphOperation |
TypeOperation.addType(Class<? extends WindupVertexFrame> newType)
Add type to the variable being iterated with the default name.
|
static GraphOperation |
TypeOperation.addType(String variableName,
Class<? extends WindupVertexFrame> newType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterationOperation<T extends WindupVertexFrame>
Simplified operation having method that already accepts the found payload.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedIterationOperation<T extends WindupVertexFrame> |
Copyright © 2021 JBoss by Red Hat. All rights reserved.