Interface SettingStoreFactory

    • Method Detail

      • createSettingStore

        SettingStore createSettingStore​(java.lang.String id)
        Creates and initializes a new specific setting store instance.
        Parameters:
        id - the ID for the setting store to create, must not be null or empty
        Returns:
        the created setting store, never null
        Throws:
        java.lang.IllegalArgumentException - if the given id is empty