org.apache.jdo.impl.enhancer.util
Interface ResourceLocator
- All Known Implementing Classes:
- CombinedResourceLocator, ListResourceLocator, PathResourceLocator, org.apache.jdo.impl.enhancer.util.ResourceLocatorBase, ResourceLocatorTimer
- public interface ResourceLocator
Provides a method for searching resources.
Method Summary |
java.io.InputStream |
getInputStreamForResource(java.lang.String resourceName)
Finds a resource with a given name. |
getInputStreamForResource
public java.io.InputStream getInputStreamForResource(java.lang.String resourceName)
- Finds a resource with a given name. This method returns
null
if no resource with this name is found.
The name of a resource is a "/"-separated path name.
Copyright © 2005 Apache Software Foundation. All Rights Reserved.