Package 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.

See:
          Description

Class Summary
AccessControlList An ACL object represents an Access Control List and wraps a White list and a Black list, Both lists make use of regular expressions for allowing/denying access to a certain resource.
BasicProperties Provides the foundation class for property management.
EnhancedProperties Provides a concrete implementation of ImportableProperties useable in the J2SE (desktop) world.
Event This class represents a generic event carrying some information (accessible in the form of Object parameters) and provides support for synchronous processing through the waitUntilProcessed() and notifyProcessed() methods.
ExpandedProperties Extends EnhancedProperties and adds support for fetching system environment variables (those usable from the OS shell).
ImportableProperties This class serves as a basis for supporting the ability to import properties from files.
InputQueue This class implements a FIFO queue of objects that can be put and got in a synchronized way.
Logger This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
 

Exception Summary
PropertiesException Property related exception.
WrapperException This class acts as a base class for all the exceptions that wrap another (nested) exception.
 

Package jade.util Description

This package contains utility classes and in particular: