Class TypedNamedFramesSelector

    • Constructor Detail

      • TypedNamedFramesSelector

        public TypedNamedFramesSelector​(Class<? extends org.jboss.windup.graph.model.WindupVertexFrame> framesModel,
                                        String varName)
    • 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: FramesSelector
        Get the currently selected WindupVertexFrame instances for this Iteration.
        Specified by:
        getFrames in interface FramesSelector