TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.birt.core.internal.impl
Class HtmlSortWrapper

java.lang.Object
  extended by org.eclipse.tptp.platform.report.birt.core.internal.impl.HtmlSortWrapper

public class HtmlSortWrapper
extends java.lang.Object

BIRTReportGenerator provides an entry point to generate BIRT reports based on BIRT report template design files. This class provides method that takes in a IReportElement object that contains the template file, datasource and output stream to generate the HTML report.

See Also:
org.eclipse.tptp.platform.report.core.provisional.IReportElement.

Constructor Summary
HtmlSortWrapper()
           
 
Method Summary
static java.lang.String getFooter()
           
static java.lang.String getHeader(java.lang.String imageDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlSortWrapper

public HtmlSortWrapper()
Method Detail

getHeader

public static java.lang.String getHeader(java.lang.String imageDirectory)

getFooter

public static java.lang.String getFooter()

TPTP 4.5.0 Platform Project
Internal API Specification