org.jboss.dtf.testframework
Class BootStrap

java.lang.Object
  extended by org.jboss.dtf.testframework.BootStrap

public class BootStrap
extends java.lang.Object

Loads classes from a remote server using the URLClassLoader using an XML configuration file located on the remote server a given class is instantiated.


Constructor Summary
BootStrap()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootStrap

public BootStrap()
Method Detail

main

public static void main(java.lang.String[] args)