Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--UserProperties
Constructor Summary | |
UserProperties(java.lang.String propertiesDatabase)
|
Method Summary | |
java.lang.String | getProperty(java.lang.String propertyName)
Retrieves the value of a property from the properties database. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public UserProperties(java.lang.String propertiesDatabase)
userPropertiesString
- The user's properties (represented by a string).Method Detail |
public java.lang.String getProperty(java.lang.String propertyName)
propertyName
- The name of the property to be retrieved.Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |