Uses of Class
org.jboss.windup.config.operation.GraphOperation
-
Packages that use GraphOperation Package Description org.jboss.windup.config.operation org.jboss.windup.config.operation.graph org.jboss.windup.config.operation.iteration org.jboss.windup.config.parameters -
-
Uses of GraphOperation in org.jboss.windup.config.operation
Subclasses of GraphOperation in org.jboss.windup.config.operation Modifier and Type Class Description classCommitclassIterationProgressProvides a simplistic way of printing a message to the log everyIterationProgress.intervaliterations. -
Uses of GraphOperation in org.jboss.windup.config.operation.graph
Subclasses of GraphOperation in org.jboss.windup.config.operation.graph Modifier and Type Class Description classTypeOperationAdds the given type to aWindupVertexFramein the graph.Methods in org.jboss.windup.config.operation.graph that return GraphOperation Modifier and Type Method Description static GraphOperationTypeOperation. addType(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> newType)Add type to the variable being iterated with the default name.static GraphOperationTypeOperation. addType(String variableName, Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> newType) -
Uses of GraphOperation in org.jboss.windup.config.operation.iteration
Subclasses of GraphOperation in org.jboss.windup.config.operation.iteration Modifier and Type Class Description classAbstractIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>Simplified operation having method that already accepts the found payload. -
Uses of GraphOperation in org.jboss.windup.config.parameters
Subclasses of GraphOperation in org.jboss.windup.config.parameters Modifier and Type Class Description classParameterizedIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
-