cucumber.formatter
Class FormatterFactory

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

public class FormatterFactory
extends Object

This class creates Formatter instances (that may also implement Reporter from a String. The String is of the form name[:output] where name is either a fully qualified class name or one of the built-in short names. output is optional for some formatters (and mandatory for some) and must refer to a path on the file system. The formatter class must have a single argument constructor that takes either an Appendable or a File.


Constructor Summary
FormatterFactory()
           
 
Method Summary
 gherkin.formatter.Formatter create(String formatterString)
           
 
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

create

public gherkin.formatter.Formatter create(String formatterString)


Copyright © 2012. All Rights Reserved.