Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class UserProperties

java.lang.Object
  |
  +--UserProperties

public class UserProperties
extends java.lang.Object
Object administering a user's properties.


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

UserProperties

public UserProperties(java.lang.String propertiesDatabase)
Parameters:
userPropertiesString - The user's properties (represented by a string).
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String propertyName)
Retrieves the value of a property from the properties database.
Parameters:
propertyName - The name of the property to be retrieved.
Returns:
The value of the respective property.

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD