|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicProperties | |
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. |
Uses of BasicProperties in jade.util |
Subclasses of BasicProperties in jade.util | |
class |
EnhancedProperties
Provides a concrete implementation of ImportableProperties useable in the J2SE (desktop) world. |
class |
ExpandedProperties
Extends EnhancedProperties and adds support for fetching system environment variables (those usable from the OS shell). |
class |
ImportableProperties
This class serves as a basis for supporting the ability to import properties from files. |
Methods in jade.util that return BasicProperties | |
protected BasicProperties |
ExpandedProperties.getEnvProperties()
Used to fetch environment properties and initialize environment properties object if this is first invocation. |
static BasicProperties |
ExpandedProperties.getEnvironmentProperties()
Fetch the system's environment properties and return them in an EnhancedProperties object. |
BasicProperties |
BasicProperties.extractSubset(java.lang.String anArgPrefix)
Create a new PropertiesCollection from this one by coping those attributes which begin with a particular prefix string. |
Methods in jade.util with parameters of type BasicProperties | |
void |
BasicProperties.copyProperties(BasicProperties source)
Copy a data from standard Properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |