Package org.apache.tomcat.util.scan
Class JarFileUrlNestedJar
- java.lang.Object
- 
- org.apache.tomcat.util.scan.AbstractInputStreamJar
- 
- org.apache.tomcat.util.scan.JarFileUrlNestedJar
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- Jar
 
 public class JarFileUrlNestedJar extends AbstractInputStreamJar Implementation ofJarthat 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 SummaryConstructors Constructor Description JarFileUrlNestedJar(java.net.URL url)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close any resources associated with this JAR.protected NonClosingJarInputStreamcreateJarInputStream()- 
Methods inherited from class org.apache.tomcat.util.scan.AbstractInputStreamJarcloseStream, exists, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, reset
 
- 
 
- 
- 
- 
Method Detail- 
closepublic void close() Description copied from interface:JarClose any resources associated with this JAR.
 - 
createJarInputStreamprotected NonClosingJarInputStream createJarInputStream() throws java.io.IOException - Specified by:
- createJarInputStreamin class- AbstractInputStreamJar
- Throws:
- java.io.IOException
 
 
- 
 
-