Interface FrameCreationContext
-
public interface FrameCreationContextUsed duringParameterizedGraphCondition.evaluateAndPopulateValueStores(org.jboss.windup.config.GraphRewrite, org.ocpsoft.rewrite.context.EvaluationContext, FrameCreationContext)Used for accessing the ParameterValueStore within conditions- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeginNew(Map<String,Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame>> variables)Add a newParameterValueStoreframe for future processing.voidrollback()Remove the previously addedParameterValueStoreframe.
-