类 NestedJarFile

java.lang.Object
java.util.zip.ZipFile
java.util.jar.JarFile
org.springframework.boot.loader.jar.NestedJarFile
所有已实现的接口:
Closeable, AutoCloseable

public class NestedJarFile extends JarFile
Extended variant of JarFile that behaves in the same way but can open nested jars.
从以下版本开始:
3.2.0
作者:
Phillip Webb, Andy Wilkinson