cucumber.formatter
Class MultiFormatter

java.lang.Object
  extended by cucumber.formatter.MultiFormatter

public class MultiFormatter
extends java.lang.Object


Constructor Summary
MultiFormatter()
           
 
Method Summary
 void add(gherkin.formatter.Formatter formatter)
           
 gherkin.formatter.Formatter formatterProxy()
           
 boolean isEmpty()
           
 gherkin.formatter.Reporter reporterProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiFormatter

public MultiFormatter()
Method Detail

add

public void add(gherkin.formatter.Formatter formatter)

isEmpty

public boolean isEmpty()

formatterProxy

public gherkin.formatter.Formatter formatterProxy()

reporterProxy

public gherkin.formatter.Reporter reporterProxy()