gherkin.formatter
Class TagFilter

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

public class TagFilter
extends Object
implements Filter


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

Constructor Detail

TagFilter

public TagFilter(List<String> tags)
Method Detail

evaluate

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

filterTableBodyRows

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


Copyright © 2013. All rights reserved.