|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectlaunch.AppLauncher
AppLauncher.java Launches a Java application given a class name and arguments for its main method.
| Constructor Summary | |
AppLauncher(java.lang.String className,
java.lang.Object[] argv)
Constructor for AppLauncher class |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AppLauncher(java.lang.String className,
java.lang.Object[] argv)
throws java.lang.Exception
className - The name of the class to be launchedargv - Object array containing arguements for the main method
java.lang.Exception| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||