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

Field Summary
static java.lang.String DEFAULT_FILENAME
           
 
Constructor Summary
Boot()
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Fires up the JADE system.
static Properties parseCmdLineArgs(java.lang.String[] args)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FILENAME

public static final java.lang.String DEFAULT_FILENAME
See Also:
Constant Field Values
Constructor Detail

Boot

public Boot()
Default constructor.

Method Detail

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