Package org.apache.maven.index.reader
Interface ResourceHandler.Resource
-
- All Known Subinterfaces:
WritableResourceHandler.WritableResource
- Enclosing interface:
- ResourceHandler
public static interface ResourceHandler.Resource
Handle of content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
read()
Returns theInputStream
stream of the resource, if exists,null
otherwise.
-