Public Member Functions | |
PropertyResourceBundle (InputStreamPtr inStream) | |
Creates a property resource bundle. | |
virtual LogString | getString (const LogString &key) const |
Gets a string for the given key from this resource bundle or one of its parents. | |
Protected Attributes | |
Properties | properties |
PropertyResourceBundle | ( | InputStreamPtr | inStream | ) |
Creates a property resource bundle.
inStream | property file to read from. |
IOException | if an error occurred when reading from the input stream. |
Gets a string for the given key from this resource bundle or one of its parents.
Calling this method is equivalent to calling
key | the key for the desired string |
MissingResourceException | - if no object for the given key can be found |
Implements ResourceBundle.
Properties properties [protected] |