Package com.sun.xml.ws.test
Class Bootstrap
- java.lang.Object
-
- com.sun.xml.ws.test.Bootstrap
-
public class Bootstrap extends Object
Entry point for setting up the classworlds.To maximize the isolation and avoid test interference, test harness could should not be put into the system classloader. The bootstrap module is the small code that's loaded into the system classloader.
It's only job is to find all the jars that consistute the harness, and create a
URLClassLoader, then call into it.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description Bootstrap()
-