|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.bootstrap.Bootstrap
public class Bootstrap
Boot straps Bootable implementations.
| Constructor Summary | |
|---|---|
Bootstrap(Object bootable,
Method bootMethod,
Map<String,String> arguments)
Initiate. |
|
| Method Summary | |
|---|---|
static void |
bootstrap(String bootableClassName,
Map<String,String> arguments,
ClassLoader classLoader)
Bootstraps the Bootable. |
void |
run()
|
void |
waitToComplete()
Wait to be complete. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bootstrap(Object bootable,
Method bootMethod,
Map<String,String> arguments)
bootable - Bootable instance.bootMethod - Method to boot the Bootable implementation.arguments - Arguments for the Bootable.| Method Detail |
|---|
public static void bootstrap(String bootableClassName,
Map<String,String> arguments,
ClassLoader classLoader)
throws Throwable
Bootable.
bootableClassName - Class name of the Bootable implementation.arguments - Arguments for the Bootable.classLoader - ClassLoader to boot strap the Bootable
implementation.
Throwable - If fails to boot strap the Bootable.
public void waitToComplete()
throws Throwable
Throwable - If boot strap fails.public void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||