org.apache.jdo.impl.enhancer.util
Interface ResourceLocator

All Known Implementing Classes:
CombinedResourceLocator, ListResourceLocator, PathResourceLocator, 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.
 

Method Detail

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.