B C E G H I L O

B

BUNDLE_JAR_URL_PREFIX - Static variable in class org.springframework.osgi.io.OsgiBundleResource
Prefix for searching only the bundle raw jar.
BUNDLE_URL_PREFIX - Static variable in class org.springframework.osgi.io.OsgiBundleResource
Prefix for searching inside the owning bundle space.

C

createRelative(String) - Method in class org.springframework.osgi.io.OsgiBundleResource
Returns a resource relative to this resource.

E

equals(Object) - Method in class org.springframework.osgi.io.OsgiBundleResource

This implementation compares the underlying bundle and path locations.


G

getBundle() - Method in class org.springframework.osgi.io.OsgiBundleResourceLoader
Returns the bundle used by this loader.
getDescription() - Method in class org.springframework.osgi.io.OsgiBundleResource

This implementation returns a description that includes the bundle location.

getFile() - Method in class org.springframework.osgi.io.OsgiBundleResource
Returns a File handle for this resource.
getFilename() - Method in class org.springframework.osgi.io.OsgiBundleResource
Returns the filename of this resources.
getInputStream() - Method in class org.springframework.osgi.io.OsgiBundleResource
Returns an InputStream to this resource.
getPathWithinContext() - Method in class org.springframework.osgi.io.OsgiBundleResource
 
getResource(String) - Method in class org.springframework.osgi.io.OsgiBundleResourceLoader
 
getResourceByPath(String) - Method in class org.springframework.osgi.io.OsgiBundleResourceLoader
 
getResources(String) - Method in class org.springframework.osgi.io.OsgiBundleResourcePatternResolver
 
getURL() - Method in class org.springframework.osgi.io.OsgiBundleResource
Locates the resource in the underlying bundle based on the prefix, if it exists.

H

hashCode() - Method in class org.springframework.osgi.io.OsgiBundleResource

This implementation returns the hash code of the underlying class path location.


I

isJarResource(Resource) - Method in class org.springframework.osgi.io.OsgiBundleResourcePatternResolver
Overrides the default check up since computing the URL can be fairly expensive operation as there is no caching (due to the framework dynamic nature).

L

lastModified() - Method in class org.springframework.osgi.io.OsgiBundleResource
 

O

org.springframework.osgi.io - package org.springframework.osgi.io
Spring IO abstraction over the OSGi resource loading APIs.
OsgiBundleResource - Class in org.springframework.osgi.io
Resource implementation for OSGi environments.
OsgiBundleResource(Bundle, String) - Constructor for class org.springframework.osgi.io.OsgiBundleResource
Constructs a new OsgiBundleResource instance.
OsgiBundleResourceLoader - Class in org.springframework.osgi.io
OSGi specific ResourceLoader implementation.
OsgiBundleResourceLoader(Bundle) - Constructor for class org.springframework.osgi.io.OsgiBundleResourceLoader
Creates a OSGi aware ResourceLoader using the given bundle.
OsgiBundleResourcePatternResolver - Class in org.springframework.osgi.io
OSGi-aware ResourcePatternResolver.
OsgiBundleResourcePatternResolver(Bundle) - Constructor for class org.springframework.osgi.io.OsgiBundleResourcePatternResolver
 
OsgiBundleResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.osgi.io.OsgiBundleResourcePatternResolver
 

B C E G H I L O

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