Interface LocalConfiguration


  • public interface LocalConfiguration
    Provide an abstraction to read the local - environment - configuration.
    • Method Detail

      • get

        String get​(String key)
        Access a configuration entry.
        Parameters:
        key - the configuration key.
        Returns:
        the value corresponding to the key in the configuration repository for the calling component/family.
      • keys

        Set<Stringkeys()
        Returns:
        all keys for the current family namespace.