Class NestedJarFile

java.lang.Object
java.util.zip.ZipFile
java.util.jar.JarFile
org.springframework.boot.loader.jar.NestedJarFile
All Implemented Interfaces:
Closeable, AutoCloseable

public class NestedJarFile extends JarFile
Extended variant of JarFile that behaves in the same way but can open nested jars.
Since:
3.2.0
Author:
Phillip Webb, Andy Wilkinson