| Package | Description | 
|---|---|
| org.springframework.core.env | Spring's environment abstraction consisting of bean definition
 profile and hierarchical property source support. | 
| org.springframework.core.io.support | Support classes for Spring's resource abstraction. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommandLinePropertySource<T>Abstract base class for  PropertySourceimplementations backed by command line
 arguments. | 
| class  | CompositePropertySourceComposite  PropertySourceimplementation that iterates over a set ofPropertySourceinstances. | 
| class  | JOptCommandLinePropertySourceCommandLinePropertySourceimplementation backed by a JOptOptionSet. | 
| class  | MapPropertySourcePropertySourcethat reads keys and values from aMapobject. | 
| class  | PropertiesPropertySourcePropertySourceimplementation that extracts properties from aPropertiesobject. | 
| class  | SimpleCommandLinePropertySourceCommandLinePropertySourceimplementation backed by a simple String array. | 
| class  | SystemEnvironmentPropertySourceSpecialization of  MapPropertySourcedesigned for use with
 system environment variables. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResourcePropertySourceSubclass of  PropertiesPropertySourcethat loads aPropertiesobject
 from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml". |