com.ibm.security12.sun.misc
Class Launcher

java.lang.Object
  |
  +--com.ibm.security12.sun.misc.Launcher

public class Launcher
extends Object

This class is used by the system to launch the main application. Launcher


Constructor Summary
Launcher()
           
 
Method Summary
static URLClassPath getBootstrapClassPath()
           
 ClassLoader getClassLoader()
           
static Launcher getLauncher()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

getLauncher

public static Launcher getLauncher()

getClassLoader

public ClassLoader getClassLoader()

getBootstrapClassPath

public static URLClassPath getBootstrapClassPath()