com.taco.util
Class MultiLinePropertyResourceBundle
java.lang.Object
java.util.ResourceBundle
com.taco.util.AccessibleResourceBundle
com.taco.util.CachedKeysResourceBundle
com.taco.util.MultiLinePropertyResourceBundle
public class MultiLinePropertyResourceBundle
- extends CachedKeysResourceBundle
A resource bundle that reads its key/value pairs from a .properties file,
which is interpreted by an instance of MultiLineProperties
.
- See Also:
MultiLineProperties
Fields inherited from class java.util.ResourceBundle |
parent |
Method Summary |
protected java.util.Iterator |
_getProperKeys()
Return an iteration over the keys defined by this bundle only, not by
its parents. |
java.lang.Object |
handleGetObject(java.lang.String key)
|
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getObject, getString, getStringArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_properties
protected final MultiLineProperties _properties
- The properties that back this instance.
MultiLinePropertyResourceBundle
public MultiLinePropertyResourceBundle(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
handleGetObject
public java.lang.Object handleGetObject(java.lang.String key)
- Specified by:
handleGetObject
in class java.util.ResourceBundle
_getProperKeys
protected java.util.Iterator _getProperKeys()
- Description copied from class:
CachedKeysResourceBundle
- Return an iteration over the keys defined by this bundle only, not by
its parents. This method is called by
getKeys()
.
- Specified by:
_getProperKeys
in class CachedKeysResourceBundle