net.sourceforge.groboutils.pmti.v1.autodoc.v1.server
Class LogFileServer

java.lang.Object
  extended bynet.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
      extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer
          extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.server.LogFileServer
All Implemented Interfaces:
Server

public class LogFileServer
extends AbstractAppendFileServer

An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData. It may directly deal with the data, or pass it off to a remote server.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:51:56 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
LogFileServer(java.io.File f)
           
 
Method Summary
protected  void writeTestData(TestData td, java.io.Writer w)
          Write the TestData with all the result's encountered BugTestLog events.
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer
openOutput
 
Methods inherited from class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
addTestData, closeOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileServer

public LogFileServer(java.io.File f)
Method Detail

writeTestData

protected void writeTestData(TestData td,
                             java.io.Writer w)
                      throws java.io.IOException
Write the TestData with all the result's encountered BugTestLog events.

Specified by:
writeTestData in class AbstractWriterServer
Throws:
java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project