jade
Class Boot

java.lang.Object
  extended by jade.Boot

public class Boot
extends java.lang.Object

Boots the JADE system, parsing command line arguments.

Version:
$Date: 2010-04-19 16:16:41 +0200 (lun, 19 apr 2010) $ $Revision: 6320 $
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
Throws:
java.lang.IllegalArgumentException

printUsage

public static void printUsage()


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions