Interface ApplicationConfigEntryLoader

    • Method Detail

      • accept

        boolean accept​(String configKey)
        Checks whether this loader supported the specified root config key.
        Parameters:
        configKey - the entry config key.
        Returns:
        true of the method load(ConfEntry, AzkarraApplication) can be invoked with the value config for the given key
      • load

        void load​(ConfEntry configEntryObject,
                  AzkarraApplication application)
        Loads the configuration key/value entry.
        Parameters:
        configEntryObject - the configuration entry key/value object.
        application - the AzkarraApplication instance.