public class EnhancedPropertyResource extends PropertyBundle
parent
Constructor and Description |
---|
EnhancedPropertyResource(java.io.InputStream stream)
Creates a property resource
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getKeys()
Implementation of PropertyBundle.getKeys.
|
java.lang.Object |
handleGetObject(java.lang.String key)
Override of PropertyBundle, same semantics
|
debug, getBooleanValue, getBooleanValue, getBundle, getBundle, getBundle, getBundle, getByteValue, getByteValue, getdoubleValue, getDoubleValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLocale, getLongValue, getLongValue, getObject, getString, getStringArray, getStringValue, getStringValue, setParent
public EnhancedPropertyResource(java.io.InputStream stream) throws java.io.IOException
file
- property file to read from.java.io.IOException
public java.lang.Object handleGetObject(java.lang.String key)
handleGetObject
in class PropertyBundle
key
- see class description.public java.util.Enumeration getKeys()
getKeys
in class PropertyBundle