Methods |
Description |
containsProperty |
Determines whether the specified property is stored for a given locale. |
getBoolean |
Retrieves a boolean value for the specified property. |
getByte |
Retrieves a byte value for the specified property. |
getChar |
Retrieves a character for the specified property. |
getDouble |
Retrieves a double value for the specified property. |
getFloat |
Retrieves a float value for the specified property. |
getInt |
Retrieves an integer for the specified property. |
getLong |
Retrieves a long value for the specified property. |
getNames |
Retrieves the names of all properties for a given locale. |
getObject |
Retrieves the value of the specified property. |
getProperties |
Retrieves the values of all properties for a given locale. |
getResourceSet |
Retrieves the resource set that is storing the properties for the specified locale. |
getShort |
Retrieves a short value for the specified property. |
getString |
Retrieves a string for the specified property. |
saveAllProperties |
Saves all properties for all locales to disk. |
setProperty |
Sets the value of the specified property. |
setResourceSet |
Sets the resource set that will store the properties for the specified locale. |