Package org.eclipse.jetty.util.resource
Class MountedPathResourceFactory
java.lang.Object
org.eclipse.jetty.util.resource.MountedPathResourceFactory
- All Implemented Interfaces:
ResourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.resource.ResourceFactory
ResourceFactory.Closeable, ResourceFactory.LifeCycle
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.resource.ResourceFactory
LOG
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.resource.ResourceFactory
newClassLoaderResource, newClassLoaderResource, newClassPathResource, newJarFileResource, newMemoryResource, newResource, newResource, newResource, newResource, newSystemResource, split, split
-
Constructor Details
-
MountedPathResourceFactory
public MountedPathResourceFactory()
-
-
Method Details
-
newResource
Description copied from interface:ResourceFactory
Construct a resource from a uri.- Specified by:
newResource
in interfaceResourceFactory
- Parameters:
uri
- A URI.- Returns:
- A Resource object.
-