Class JarFileUrlNestedJar

  • All Implemented Interfaces:
    java.lang.AutoCloseable, Jar

    public class JarFileUrlNestedJar
    extends AbstractInputStreamJar
    Implementation of Jar that is optimised for file based JAR URLs that refer to a JAR file nested inside a WAR (e.g URLs of the form jar:file: ... .war!/ ... .jar).
    • Constructor Detail

      • JarFileUrlNestedJar

        public JarFileUrlNestedJar​(java.net.URL url)
                            throws java.io.IOException
        Throws:
        java.io.IOException