org.objectweb.fractal.adl
Class Launcher
java.lang.Object
org.objectweb.fractal.adl.Launcher
- public class Launcher
- extends Object
A class to launch a component from its definition from the command line.
Usage:
Launcher [-java|-fractal] <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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception