TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.drivers.html
Interface IDGenerationPolicy

All Known Implementing Classes:
DAbstractDocumentPolicy, DMultiDocumentPolicy, DOneDocumentPolicy

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 IDGenerationPolicy

Provides the global service to define a HTML generation policy for the general Html driver


Method Summary
 java.lang.String getBaseDirectoryPath()
          Deprecated.  
 java.lang.String getImageDirectoryPath()
          Deprecated.  
 org.eclipse.tptp.platform.report.tools.internal.IDIImageProvider getImageProvider()
          Deprecated.  
 java.lang.String getImageUrl(org.eclipse.tptp.platform.report.core.internal.DImage image)
          Deprecated.  
 java.lang.String getLinkUrl(org.eclipse.tptp.platform.report.core.internal.IDLink link)
          Deprecated.  
 void start()
          Deprecated. calls when the driver starts its job
 

Method Detail

start

void start()
Deprecated. 
calls when the driver starts its job


getLinkUrl

java.lang.String getLinkUrl(org.eclipse.tptp.platform.report.core.internal.IDLink link)
                            throws DHtmlWriterException
Deprecated. 
Returns:
the valid url for the link
Throws:
DHtmlWriterException

getImageUrl

java.lang.String getImageUrl(org.eclipse.tptp.platform.report.core.internal.DImage image)
                             throws DHtmlWriterException
Deprecated. 
Returns:
the valid url for the image
Throws:
DHtmlWriterException

getImageDirectoryPath

java.lang.String getImageDirectoryPath()
Deprecated. 
Returns:
the directory for the image files

getBaseDirectoryPath

java.lang.String getBaseDirectoryPath()
Deprecated. 
Returns:
the directory for base

getImageProvider

org.eclipse.tptp.platform.report.tools.internal.IDIImageProvider getImageProvider()
Deprecated. 
Returns:
the image provider

TPTP 4.5.0 Platform Project
Public API Specification