gherkin.formatter.model
Class Step.Builder

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

public static class Step.Builder
extends Object
implements Builder


Constructor Summary
Step.Builder(List<Comment> comments, String keyword, String name, Integer line)
           
 
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

Step.Builder

public Step.Builder(List<Comment> comments,
                    String keyword,
                    String name,
                    Integer line)
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.