cucumber.formatter
Class FormatterFactory

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

public class FormatterFactory
extends java.lang.Object


Constructor Summary
FormatterFactory()
           
 
Method Summary
 gherkin.formatter.Formatter createFormatter(java.lang.String formatterName, java.lang.Object out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterFactory

public FormatterFactory()
Method Detail

createFormatter

public gherkin.formatter.Formatter createFormatter(java.lang.String formatterName,
                                                   java.lang.Object out)