Uses of Class
org.springframework.core.env.EnumerablePropertySource
Packages that use EnumerablePropertySource
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
This package contains mock implementations of the
Environment and
PropertySource
abstractions introduced in Spring 3.1.Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.-
Uses of EnumerablePropertySource in org.springframework.core.env
Subclasses of EnumerablePropertySource in org.springframework.core.envModifier and TypeClassDescriptionclassAbstract base class forPropertySourceimplementations backed by command line arguments.classCompositePropertySourceimplementation that iterates over a set ofPropertySourceinstances.classCommandLinePropertySourceimplementation backed by a JOptOptionSet.classPropertySourcethat reads keys and values from aMapobject.classPropertySourceimplementation that extracts properties from aPropertiesobject.classCommandLinePropertySourceimplementation backed by a simple String array.classSpecialization ofMapPropertySourcedesigned for use with system environment variables. -
Uses of EnumerablePropertySource in org.springframework.core.io.support
Subclasses of EnumerablePropertySource in org.springframework.core.io.supportModifier and TypeClassDescriptionclassSubclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml". -
Uses of EnumerablePropertySource in org.springframework.mock.env
Subclasses of EnumerablePropertySource in org.springframework.mock.env -
Uses of EnumerablePropertySource in org.springframework.web.context.support
Subclasses of EnumerablePropertySource in org.springframework.web.context.supportModifier and TypeClassDescriptionclassPropertySourcethat reads init parameters from aServletConfigobject.classPropertySourcethat reads init parameters from aServletContextobject.