Package jade
Class Boot
- java.lang.Object
-
- jade.Boot
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_FILENAME
-
Constructor Summary
Constructors Constructor Description Boot()Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Fires up the JADE system.static PropertiesparseCmdLineArgs(String[] args)static voidprintUsage()
-
-
-
Field Detail
-
DEFAULT_FILENAME
public static final String DEFAULT_FILENAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Fires up the JADE system. This method initializes the Profile Manager and then starts the bootstrap process for the JADE agent platform.
-
parseCmdLineArgs
public static Properties parseCmdLineArgs(String[] args) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
printUsage
public static void printUsage()
-
-