|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.utils.ResourcesManager
A resources manager.
All the resources are specified in a properties file, each property defined in a key = val1:val2:....:valn.
The key represents the name of the property. The different vali the parameters identifying the property.
Each parameter is separated by the ':' character.
| Constructor Summary | |
ResourcesManager(java.lang.String resourcesName)
Constructor |
|
| Method Summary | |
java.lang.String |
getResourceString(java.lang.String prop)
Get the raw string for the given property |
java.lang.String[] |
getResourceStrings(java.lang.String prop)
Get the resource strings for the given property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourcesManager(java.lang.String resourcesName)
resourcesName - the name of the resources file. | Method Detail |
public java.lang.String getResourceString(java.lang.String prop)
public java.lang.String[] getResourceStrings(java.lang.String prop)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||