Package org.jbehave.core.reporters
Interface PrintStreamFactory
-
- All Known Implementing Classes:
FilePrintStreamFactory
public interface PrintStreamFactoryCreatesPrintStreaminstances. Implementations will be responsible for providing all the parameters required by the factory. E.g. theFilePrintStreamFactoryprovides the file path and configuration for the creation.
-
-
Method Summary
Modifier and Type Method Description PrintStreamcreatePrintStream()
-
-
-
Method Detail
-
createPrintStream
PrintStream createPrintStream()
-
-