Interface LocalConfiguration


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

    Modifier and Type
    Method
    Description
    get(String key)
    Access a configuration entry.
     
  • Method Details

    • get

      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

      Returns:
      all keys for the current family namespace.