Package jade
Class MicroBoot
- java.lang.Object
-
- jade.MicroBoot
-
public class MicroBoot extends Object
Main class to start JADE as a split-container.- Author:
- Giovanni Caire - TILAB
-
-
Constructor Summary
Constructors Constructor Description MicroBoot()Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Fires up the JADE runtime.static PropertiesparseCmdLineArgs(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
Fires up the JADE runtime.
-
parseCmdLineArgs
public static Properties parseCmdLineArgs(String[] args) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-