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