Package org.springframework.osgi.io

Spring IO abstraction over the OSGi resource loading APIs.

See:
          Description

Class Summary
OsgiBundleResource Resource implementation for OSGi environments.
OsgiBundleResourceLoader OSGi specific ResourceLoader implementation.
OsgiBundleResourcePatternResolver OSGi-aware ResourcePatternResolver.
 

Package org.springframework.osgi.io Description

Spring IO abstraction over the OSGi resource loading APIs.
This package abstracts OSGi resources provinding OSGi specific implementations for Resource, ResourceLoader and PatternResourceResolver. Understands osgibundle: and osgibundlejar:prefix as well as the underlying platform ones (i.e. bundleentry: and bundleresource: under Equinox and so on).



Copyright © 2006-2008 Spring Framework. All Rights Reserved.