Class UserConfiguration

java.lang.Object
tech.ailef.dbadmin.internal.UserConfiguration

@Component public class UserConfiguration extends Object
Wrapper class for the UserSettingsRepository that provides a better way of handling user settings.
  • Constructor Details

    • UserConfiguration

      public UserConfiguration()
  • Method Details

    • get

      public String get(String settingName)
      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