Uses of Class
jade.util.ExtendedProperties

Packages that use ExtendedProperties
jade.util This package contains utility classes and in particular: classes for handling properties in an extended way (see the Tutorial), 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 ExtendedProperties in jade.util
 

Methods in jade.util that return ExtendedProperties
 ExtendedProperties ExtendedProperties.extractSubset(java.lang.String prefix)
          Create a new Properties object by coping those properties whose key begins with a particular prefix string.
 

Methods in jade.util with parameters of type ExtendedProperties
 void ExtendedProperties.copyProperties(ExtendedProperties source)
          Copy a data from standard Properties.
 



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