public class JarFileUrlNestedJar extends AbstractInputStreamJar
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 and Description |
---|
JarFileUrlNestedJar(java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close any resources associated with this JAR.
|
protected NonClosingJarInputStream |
createJarInputStream() |
closeStream, entryExists, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, reset
public JarFileUrlNestedJar(java.net.URL url) throws java.io.IOException
java.io.IOException
public void close()
Jar
protected NonClosingJarInputStream createJarInputStream() throws java.io.IOException
createJarInputStream
in class AbstractInputStreamJar
java.io.IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.