|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.adl.Launcher
public final class Launcher
A class to launch a component from its definition from the command line.
Usage:
Launcher [-factory=<factory def>] [-backend=<backend def>] <definition> [ <itf> ]
Where <definition> is the name of the component to be instantiated
and started,and <itf> is the name of its Runnable interface, if it has
one.
Method Summary | |
---|---|
static Object |
launchComponent(String[] args)
Launches a component. |
static void |
main(String[] args)
Entry point |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- command line arguments
Exception
- if error.public static Object launchComponent(String[] args) throws Exception
args
- command line arguments
Exception
- if error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |