TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDocumentWriter


Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDocumentWriter

IWriter is provided to federate any class wanted to write IDObject using an OutputStream.


Method Summary
 void write(java.io.OutputStream output, IDObject object)
          Deprecated. Writes a list of IDObjects to the output stream.
 void write(java.io.OutputStream output, IDObject[] objects)
          Deprecated. Writes the IDObject to the output stream.
 

Method Detail

write

void write(java.io.OutputStream output,
           IDObject[] objects)
Deprecated. 
Writes the IDObject to the output stream.


write

void write(java.io.OutputStream output,
           IDObject object)
Deprecated. 
Writes a list of IDObjects to the output stream.


TPTP 4.5.0 Platform Project
Internal API Specification