Package tech.ailef.dbadmin.internal
Class UserConfiguration
java.lang.Object
tech.ailef.dbadmin.internal.UserConfiguration
Wrapper class for the UserSettingsRepository that provides a better
way of handling user settings.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserConfiguration
public UserConfiguration()
-
-
Method Details
-
get
Returns the value of the specific setting- Parameters:
settingName
- the name of the setting- Returns:
- the value, if found, otherwise the default value if present, otherwise an empty string
-