Class ScopeValueProvider

    • Constructor Detail

      • ScopeValueProvider

        public ScopeValueProvider()
    • Method Detail

      • getProvidedValue

        public ProvidedValue getProvidedValue​(String... keyAndAliases)
        Description copied from interface: ConfigurationValueProvider
        Lookup the given key(s) in this source. It is up to the implementation to provide any "smoothing" or translation of key names. For example, an EnvironmentValueProvider will look check environment variables containing _'s rather than .'s.
        Parameters:
        keyAndAliases - an array of keys to check, where the first element is the canonical key name, any aliases for that key as later elements.
        Returns:
        null if the key is not defined in this provider.
      • getSystemProperties

        protected Properties getSystemProperties()