Class TypedFramesSelector
- java.lang.Object
-
- org.jboss.windup.config.operation.iteration.TypedFramesSelector
-
- All Implemented Interfaces:
FramesSelector
public class TypedFramesSelector extends Object implements FramesSelector
Selection of frames having all variables of the given type (regardless of the variable name).- Author:
- Matej Briskar
-
-
Constructor Summary
Constructors Constructor Description TypedFramesSelector(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> framesModel)
-
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.
-
-
-
Constructor Detail
-
TypedFramesSelector
public TypedFramesSelector(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> framesModel)
-
-
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
-
-