Generated by
JDiff

Package org.springframework.core.io.support

Changed Classes
EncodedResource Holder that combines a org.springframework.core.io.Resource with a specific encoding to be used for reading from the resource.
PropertiesLoaderSupport Base class for JavaBean-style components that need to load properties from one or more resources.
PropertiesLoaderUtils Convenient utility methods for loading of {@code java.util.Properties}, performing standard handling of input streams.
ResourcePropertySource Subclass of PropertiesPropertySource that loads a Properties object from a given org.springframework.core.io.Resource or resource location such as {@code "classpath:/com/myco/foo.properties"} or {@code "file:/path/to/file.xml"}.