Class TopLayerSingletonFramesSelector
- java.lang.Object
-
- org.jboss.windup.config.operation.iteration.TopLayerSingletonFramesSelector
-
- All Implemented Interfaces:
FramesSelector
public class TopLayerSingletonFramesSelector extends Object implements FramesSelector
-
-
Constructor Summary
Constructors Constructor Description TopLayerSingletonFramesSelector()
-
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
-
-