Package org.szegedi.spring.core.io

Contains extensions to the Spring's core IO facilitiies, namely resource representations that get automatically reloaded when the underlying resource changes.

See:
          Description

Class Summary
BeanResourceRepresentation A resource representation that treats the resource as a Java properties file and represents the resource with a bean initialized with those properties.
PropertyResourceRepresentation A resource representation that treats the resource as a Java properties file and represents the resource with a Properties object initialized with those properties.
ResourceRepresentation Represents a class that is capable of loading and caching a parsed representation of contents of a Spring resource.
 

Package org.szegedi.spring.core.io Description

Contains extensions to the Spring's core IO facilitiies, namely resource representations that get automatically reloaded when the underlying resource changes.