Uses of Class
org.springframework.core.env.PropertiesPropertySource
Package
Description
Support classes for Spring's resource abstraction.
This package contains mock implementations of the
Environment
and
PropertySource
abstractions introduced in Spring 3.1.-
Uses of PropertiesPropertySource in org.springframework.core.io.support
Modifier and TypeClassDescriptionclass
Subclass ofPropertiesPropertySource
that loads aProperties
object from a givenResource
or resource location such as"classpath:/com/myco/foo.properties"
or"file:/path/to/file.xml"
. -
Uses of PropertiesPropertySource in org.springframework.mock.env