(incubating) | The Free and Open Productivity Suite
OOoRunner test harness

stats
Class FileLogWriter

java.lang.Object
  |
  +--java.io.Writer
        |
        +--java.io.PrintWriter
              |
              +--stats.FileLogWriter
All Implemented Interfaces:
LogWriter

public class FileLogWriter
extends PrintWriter
implements LogWriter


Fields inherited from class java.io.PrintWriter
out
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
FileLogWriter()
           
 
Method Summary
 void addFileLog(String filePath)
           
 boolean initialize(DescEntry entry, boolean logging)
          initialization
 void println(String msg)
          Method to print
 void removeFileLog(String filePath)
           
 boolean summary(DescEntry entry)
          will mostly be used by outproducers to sum up the information, maybe write them to a db
 
Methods inherited from class java.io.PrintWriter
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLogWriter

public FileLogWriter()
Method Detail

initialize

public boolean initialize(DescEntry entry,
                          boolean logging)
Description copied from interface: LogWriter
initialization
Specified by:
initialize in interface LogWriter

addFileLog

public void addFileLog(String filePath)

removeFileLog

public void removeFileLog(String filePath)

println

public void println(String msg)
Description copied from interface: LogWriter
Method to print
Specified by:
println in interface LogWriter
Overrides:
println in class PrintWriter

summary

public boolean summary(DescEntry entry)
Description copied from interface: LogWriter
will mostly be used by outproducers to sum up the information, maybe write them to a db
Specified by:
summary in interface LogWriter

OOoRunner test harness

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.