Interface FramesSelector
-
- All Known Implementing Classes:
NamedFramesSelector,TopLayerSingletonFramesSelector,TypedFramesSelector,TypedNamedFramesSelector
public interface FramesSelectorRetrieves proper Iterable of frames, from the variable stack.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame>getFrames(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)Get the currently selectedWindupVertexFrameinstances for thisIteration.
-
-
-
Method Detail
-
getFrames
Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame> getFrames(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
Get the currently selectedWindupVertexFrameinstances for thisIteration.- Throws:
IllegalStateException- upon failure to locate frames
-
-