org.objectweb.fractal.adl

Class 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)

Method Details

main

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