Class TypedNamedFramesSelector
- java.lang.Object
-
- org.jboss.windup.config.operation.iteration.TypedNamedFramesSelector
-
- All Implemented Interfaces:
FramesSelector
public class TypedNamedFramesSelector extends Object implements FramesSelector
- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description TypedNamedFramesSelector(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> framesModel, String varName)
-
Method Summary
All Methods Instance Methods Concrete 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
public Iterable<? extends org.jboss.windup.graph.model.WindupVertexFrame> getFrames(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
Description copied from interface:FramesSelectorGet the currently selectedWindupVertexFrameinstances for thisIteration.- Specified by:
getFramesin interfaceFramesSelector
-
-