cucumber.formatter
Class MultiFormatter

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

public class MultiFormatter
extends Object


Constructor Summary
MultiFormatter(ClassLoader classLoader)
           
 
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(ClassLoader classLoader)
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()


Copyright © 2012. All Rights Reserved.