gherkin.formatter
Class LineFilter

java.lang.Object
  extended by gherkin.formatter.LineFilter
All Implemented Interfaces:
Filter

public class LineFilter
extends Object
implements Filter


Constructor Summary
LineFilter(List<Long> lines)
           
 
Method Summary
 boolean eval(List<Tag> tags, List<String> names, List<Range> ranges)
           
 List<ExamplesTableRow> filterTableBodyRows(List<ExamplesTableRow> exampleRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineFilter

public LineFilter(List<Long> lines)
Method Detail

eval

public boolean eval(List<Tag> tags,
                    List<String> names,
                    List<Range> ranges)
Specified by:
eval in interface Filter

filterTableBodyRows

public List<ExamplesTableRow> filterTableBodyRows(List<ExamplesTableRow> exampleRows)
Specified by:
filterTableBodyRows in interface Filter


Copyright © 2012. All Rights Reserved.