org.jbehave.core.reporters
Interface PrintStreamFactory

All Known Implementing Classes:
FilePrintStreamFactory

public interface PrintStreamFactory

Creates PrintStream instances.

Implementations will be responsible for providing all the parameters required by the factory. E.g. the FilePrintStreamFactory provides the file path and configuration for the creation.


Method Summary
 java.io.PrintStream createPrintStream()
           
 

Method Detail

createPrintStream

java.io.PrintStream createPrintStream()


Copyright © 2003-2010. All Rights Reserved.