Class MountedPathResourceFactory

java.lang.Object
org.eclipse.jetty.util.resource.MountedPathResourceFactory
All Implemented Interfaces:
ResourceFactory

public class MountedPathResourceFactory extends Object implements ResourceFactory
A ResourceFactory for mounted FileSystems.

Example, for the "jar" scheme, this would use the JDK built-in ZipFileSystemProvider to load JAR files as a FileSystem suitable for PathResource.