Uses of Interface
org.apache.maven.index.reader.ResourceHandler.Resource
Packages that use ResourceHandler.Resource
-
Uses of ResourceHandler.Resource in org.apache.maven.index.reader
Subinterfaces of ResourceHandler.Resource in org.apache.maven.index.readerModifier and TypeInterfaceDescriptionstatic interface
Resource that is writable.Methods in org.apache.maven.index.reader that return ResourceHandler.ResourceModifier and TypeMethodDescriptionMethods in org.apache.maven.index.reader with parameters of type ResourceHandler.ResourceModifier and TypeMethodDescriptionstatic Properties
Utils.loadProperties
(ResourceHandler.Resource resource) Creates and loadsProperties
from providedResourceHandler.Resource
if exists, and closes the resource. -
Uses of ResourceHandler.Resource in org.apache.maven.index.reader.resource
Classes in org.apache.maven.index.reader.resource that implement ResourceHandler.ResourceModifier and TypeClassDescriptionclass
WrapsResourceHandler.Resource
s so that they returnBufferedInputStream
s.class
WrapsWritableResourceHandler.WritableResource
s so that they returnBufferedInputStream
s andBufferedOutputStream
s.class
AWritableResourceHandler.WritableResource
that represents aPath
.class
AResourceHandler.Resource
that represents aURL
.Methods in org.apache.maven.index.reader.resource that return ResourceHandler.ResourceModifier and TypeMethodDescriptionConstructors in org.apache.maven.index.reader.resource with parameters of type ResourceHandler.Resource