spec.reporter
Class ReportGenerator

java.lang.Object
  extended by spec.reporter.ReportGenerator

public class ReportGenerator
extends java.lang.Object


Field Summary
protected static java.lang.String reporterDir
           
protected static java.lang.String specLogo
           
protected static java.lang.String specNonCompliance
           
protected static java.lang.String specNonComplianceReason
           
protected static java.lang.String specNonComplianceRemedy
           
 
Constructor Summary
ReportGenerator(java.lang.String ifn, boolean doHtml, boolean doTxt, boolean doSub, boolean doSummary)
           
 
Method Summary
 void generateCopyRightStatement(Writer w)
           
 java.lang.String generateReport()
           
static void main(java.lang.String[] args)
           
static java.lang.String main2(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reporterDir

protected static java.lang.String reporterDir

specNonCompliance

protected static java.lang.String specNonCompliance

specNonComplianceReason

protected static java.lang.String specNonComplianceReason

specNonComplianceRemedy

protected static java.lang.String specNonComplianceRemedy

specLogo

protected static java.lang.String specLogo
Constructor Detail

ReportGenerator

public ReportGenerator(java.lang.String ifn,
                       boolean doHtml,
                       boolean doTxt,
                       boolean doSub,
                       boolean doSummary)
Method Detail

generateCopyRightStatement

public void generateCopyRightStatement(Writer w)

generateReport

public java.lang.String generateReport()

main2

public static java.lang.String main2(java.lang.String[] args)
                              throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception