Class UriResourceHandler
java.lang.Object
org.apache.maven.index.reader.resource.UriResourceHandler
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ResourceHandler
A
ResourceHandler
that represents the base of a URI
hierarchy.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.index.reader.ResourceHandler
ResourceHandler.Resource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.index.reader.ResourceHandler
close
-
Constructor Details
-
UriResourceHandler
-
-
Method Details
-
locate
Description copied from interface:ResourceHandler
- Specified by:
locate
in interfaceResourceHandler
- Parameters:
name
- Resource name, guaranteed to be non-null
and is FS and URL safe string.- Throws:
IOException
-