org.jbehave.core.reporters
Class FilePrintStreamFactory.FileConfiguration
java.lang.Object
org.jbehave.core.reporters.FilePrintStreamFactory.FileConfiguration
- Enclosing class:
- FilePrintStreamFactory
public static class FilePrintStreamFactory.FileConfiguration
- extends Object
StoryConfiguration class for file print streams. Allows specification of the
file directory (relative to the core class code source location) and
the file extension. Provides as defaults DIRECTORY
and
HTML
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTORY
public static final String DIRECTORY
- See Also:
- Constant Field Values
HTML
public static final String HTML
- See Also:
- Constant Field Values
FilePrintStreamFactory.FileConfiguration
public FilePrintStreamFactory.FileConfiguration()
FilePrintStreamFactory.FileConfiguration
public FilePrintStreamFactory.FileConfiguration(String extension)
FilePrintStreamFactory.FileConfiguration
public FilePrintStreamFactory.FileConfiguration(String directory,
String extension)
getDirectory
public String getDirectory()
getExtension
public String getExtension()
Copyright © 2003-2010. All Rights Reserved.