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, setParentpublic EnhancedPropertyResource(java.io.InputStream stream)
throws java.io.IOException
file - property file to read from.java.io.IOExceptionpublic java.lang.Object handleGetObject(java.lang.String key)
handleGetObject in class PropertyBundlekey - see class description.public java.util.Enumeration getKeys()
getKeys in class PropertyBundle