Package org.apache.tomcat.util.scan
Class UrlJar
java.lang.Object
org.apache.tomcat.util.scan.AbstractInputStreamJar
org.apache.tomcat.util.scan.UrlJar
- All Implemented Interfaces:
AutoCloseable
,Jar
Implementation of
Jar
that is optimised for
non-file based JAR URLs.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close any resources associated with this JAR.protected NonClosingJarInputStream
Methods inherited from class org.apache.tomcat.util.scan.AbstractInputStreamJar
closeStream, exists, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, reset
-
Constructor Details
-
UrlJar
-
-
Method Details
-
close
public void close()Description copied from interface:Jar
Close any resources associated with this JAR. -
createJarInputStream
- Specified by:
createJarInputStream
in classAbstractInputStreamJar
- Throws:
IOException
-