jade
Class Boot
java.lang.Object
|
+--jade.Boot
- public class Boot
- extends java.lang.Object
Boots the JADE system, parsing command line arguments.
- Version:
- $Date: 2006-01-13 18:13:38 +0100 (Fri, 13 Jan 2006) $ $Revision: 5848 $
- Author:
- Giovanni Rimassa - Universita' di Parma, Giovanni Caire - TILAB, Nicolas Lhuillier - Motorola, Jerome Picault - Motorola
Constructor Summary |
Boot()
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FILENAME
public static final java.lang.String DEFAULT_FILENAME
- See Also:
- Constant Field Values
Boot
public Boot()
- Default constructor.
main
public static void main(java.lang.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(java.lang.String[] args)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
printUsage
public static void printUsage()
JADE