org.jbehave.core.reporters
Class Format

java.lang.Object
  extended by org.jbehave.core.reporters.Format
Direct Known Subclasses:
CrossReference

public abstract class Format
extends Object


Field Summary
static Format CONSOLE
           
static Format HTML
           
static Format IDE_CONSOLE
           
static Format STATS
          STATS is not just about output formats, it is needed by the final reports.html summary page.
static Format TXT
           
static Format XML
           
 
Constructor Summary
Format(String name)
           
 
Method Summary
abstract  StoryReporter createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSOLE

public static final Format CONSOLE

IDE_CONSOLE

public static final Format IDE_CONSOLE

TXT

public static final Format TXT

HTML

public static final Format HTML

XML

public static final Format XML

STATS

public static final Format STATS
STATS is not just about output formats, it is needed by the final reports.html summary page.

Constructor Detail

Format

public Format(String name)
Method Detail

createStoryReporter

public abstract StoryReporter createStoryReporter(FilePrintStreamFactory factory,
                                                  StoryReporterBuilder storyReporterBuilder)

name

public String name()


Copyright © 2003-2011. All Rights Reserved.