jsystem.extensions.report.xml
Class Reader

java.lang.Object
  extended byjava.lang.Thread
      extended byjsystem.extensions.report.xml.Reader
All Implemented Interfaces:
Runnable

public class Reader
extends Thread

The reader work in deferent thread that write to xml report.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Reader(File reportFile, Vector elments)
           
 
Method Summary
 void endTest()
           
 void run()
           
 void startTest(String className, String methodName)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Reader

public Reader(File reportFile,
              Vector elments)
Method Detail

run

public void run()

startTest

public void startTest(String className,
                      String methodName)

endTest

public void endTest()