Uses of Package
jade.util

Packages that use jade.util
jade.content.lang   
jade.content.onto   
jade.core This package contains the microkernel of JADE system.  
jade.util This package contains utility classes and in particular: classes for handling properties, the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME.  
 

Classes in jade.util used by jade.content.lang
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.content.onto
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.core
Logger
          This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
WrapperException
          This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Classes in jade.util used by jade.util
BasicProperties
          Provides the foundation class for property management.
EnhancedProperties
          Provides a concrete implementation of ImportableProperties useable in the J2SE (desktop) world.
ImportableProperties
          This class serves as a basis for supporting the ability to import properties from files.
Logger
          This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
 



JADE