Class EnvironmentConfigurationSource

  • All Implemented Interfaces:
    ConfigurationSource

    public class EnvironmentConfigurationSource
    extends BaseConfigurationSource
    A configuration source that's retrieving the property values from the system environment.
    • Constructor Detail

      • EnvironmentConfigurationSource

        public EnvironmentConfigurationSource()
    • Method Detail

      • getPropertyNames

        public java.util.Set<java.lang.String> getPropertyNames()
        Description copied from interface: ConfigurationSource
        Retrieves the names of all the available properties.
        Returns:
        the set of property names