Class GraphOperation
- java.lang.Object
-
- org.ocpsoft.rewrite.config.DefaultOperationBuilder
-
- org.jboss.windup.config.operation.GraphOperation
-
- All Implemented Interfaces:
org.ocpsoft.rewrite.config.Operation,org.ocpsoft.rewrite.config.OperationBuilder
- Direct Known Subclasses:
AbstractIterationOperation,Commit
public abstract class GraphOperation extends org.ocpsoft.rewrite.config.DefaultOperationBuilder- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description GraphOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidperform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)voidperform(org.ocpsoft.rewrite.event.Rewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
-
-
-
Method Detail
-
perform
public final void perform(org.ocpsoft.rewrite.event.Rewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
-
perform
public abstract void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
-
-