org.objectweb.speedo.generation.start
Interface ResourceLocator
- All Known Implementing Classes:
- ListResourceLocator, org.objectweb.speedo.generation.start.ResourceLocatorBase
- 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.