gherkin.formatter.model
Class Examples.Builder

java.lang.Object
  extended by gherkin.formatter.model.Examples.Builder
All Implemented Interfaces:
Builder
Enclosing class:
Examples

public static class Examples.Builder
extends Object
implements Builder


Constructor Summary
Examples.Builder(List<Comment> comments, List<Tag> tags, String keyword, String name, String description, Integer line, String id)
           
 
Method Summary
 void docString(DocString docString)
           
 void replay(Formatter formatter)
           
 void row(List<Comment> comments, List<String> cells, Integer line, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Examples.Builder

public Examples.Builder(List<Comment> comments,
                        List<Tag> tags,
                        String keyword,
                        String name,
                        String description,
                        Integer line,
                        String id)
Method Detail

row

public void row(List<Comment> comments,
                List<String> cells,
                Integer line,
                String id)
Specified by:
row in interface Builder

replay

public void replay(Formatter formatter)
Specified by:
replay in interface Builder

docString

public void docString(DocString docString)
Specified by:
docString in interface Builder


Copyright © 2013. All rights reserved.