Class JarFileUrlJar

java.lang.Object
org.apache.tomcat.util.scan.JarFileUrlJar
All Implemented Interfaces:
AutoCloseable, Jar

public class JarFileUrlJar extends Object implements Jar
Implementation of Jar that is optimised for file based JAR URLs that refer directly to a JAR file (e.g URLs of the form jar:file: ... .jar!/ or file:... .jar).