2) Allows specifying boolean properties in the form -key. Such format is equivalent to key=true.
3) Allows importing properties from external property files by means of the special key import. E.g. specifying the property
import = a-property-file-name
results in automatically adding all properties defined in the specified property file
4) Allows declaring a property as read-only. In order to do that it is sufficient to end its key with a '!'. For example:
agentClass!=com.hp.agent.FooThe value of the property can be accessed including the '!' in the key or not indifferently
This class is designed to be usable in the restrictive J2ME CDC environment. @author Dick Cowan - HP Labs
|
|