org.objectweb.fractal.adl
Class Launcher

java.lang.Object
  extended byorg.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.


Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception