org.jboss.dtf.testframework.coordinator.resultscollator
Class HTMLIndexCreator

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator.resultscollator.HTMLIndexCreator

public class HTMLIndexCreator
extends java.lang.Object

This class is used to create the HTML index file into the results directory generated by the results collator.


Constructor Summary
HTMLIndexCreator()
           
 
Method Summary
static void addResultToIndex(java.lang.String filename, long runId, java.lang.String resultFile, int nodeId, java.lang.String taskName, java.lang.String testId, java.lang.String permCode)
           
protected static void outputEntry(java.io.BufferedWriter out, long runId, java.lang.String resultFile, int nodeId, java.lang.String taskName, java.lang.String testId, java.lang.String permCode)
           
protected static void outputHeader(long runId, java.io.BufferedWriter out)
           
protected static void writeln(java.io.BufferedWriter out, java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLIndexCreator

public HTMLIndexCreator()
Method Detail

addResultToIndex

public static void addResultToIndex(java.lang.String filename,
                                    long runId,
                                    java.lang.String resultFile,
                                    int nodeId,
                                    java.lang.String taskName,
                                    java.lang.String testId,
                                    java.lang.String permCode)

outputEntry

protected static void outputEntry(java.io.BufferedWriter out,
                                  long runId,
                                  java.lang.String resultFile,
                                  int nodeId,
                                  java.lang.String taskName,
                                  java.lang.String testId,
                                  java.lang.String permCode)
                           throws java.io.IOException
Throws:
java.io.IOException

outputHeader

protected static void outputHeader(long runId,
                                   java.io.BufferedWriter out)
                            throws java.io.IOException
Throws:
java.io.IOException

writeln

protected static void writeln(java.io.BufferedWriter out,
                              java.lang.String text)
                       throws java.io.IOException
Throws:
java.io.IOException