com.mobileapps.pcre
Class PCREHTMLJobExportInfo

java.lang.Object
  |
  +--com.mobileapps.pcre.PCREJobExportInfo
        |
        +--com.mobileapps.pcre.PCREHTMLJobExportInfo

public class PCREHTMLJobExportInfo
extends PCREJobExportInfo


Fields inherited from class com.mobileapps.pcre.PCREJobExportInfo
destinationDLLName, destinationOptions, destinationType, formatDLLName, formatOptions, formatType
 
Constructor Summary
PCREHTMLJobExportInfo()
          Construct export info for HTML.
PCREHTMLJobExportInfo(java.lang.String htmlFileName)
          Construct export info for HTML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCREHTMLJobExportInfo

public PCREHTMLJobExportInfo()
Construct export info for HTML.

PCREHTMLJobExportInfo

public PCREHTMLJobExportInfo(java.lang.String htmlFileName)
Construct export info for HTML.
Parameters:
htmlFileName - The name of the HTML file to be generated.