Interface FrameCreationContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void beginNew​(Map<String,​Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame>> variables)
      Add a new ParameterValueStore frame for future processing.
      void rollback()
      Remove the previously added ParameterValueStore frame.
    • Method Detail

      • beginNew

        void beginNew​(Map<String,​Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame>> variables)
        Add a new ParameterValueStore frame for future processing.
      • rollback

        void rollback()
        Remove the previously added ParameterValueStore frame.