Class ConfigurationPropertiesImpl


  • public class ConfigurationPropertiesImpl
    extends ConfigurationProperties
    The basic implementation of ConfigurationProperties. It loads the configuration properties from a properties file and stores them in a map. It also permits the caller to supply a map of "preemptive" properties that will be included and will override any matching properties from the file, and a map of "build" properties that may be overridden by the file. Leading and trailing white space are trimmed from the property values. Once the properties have been parsed and stored, they are immutable.