org.jbehave.core.reporters
Class FilePrintStreamFactory.FilePrintStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by java.io.PrintStream
              extended by org.jbehave.core.reporters.FilePrintStreamFactory.FilePrintStream
All Implemented Interfaces:
Closeable, Flushable, Appendable
Enclosing class:
FilePrintStreamFactory

public static class FilePrintStreamFactory.FilePrintStream
extends PrintStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
FilePrintStreamFactory.FilePrintStream(File outputFile, boolean append)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.io.PrintStream
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write
 
Methods inherited from class java.io.FilterOutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePrintStreamFactory.FilePrintStream

public FilePrintStreamFactory.FilePrintStream(File outputFile,
                                              boolean append)
                                       throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.