Uses of Class
org.springframework.boot.loader.jar.JarFile
Package
Description
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
directory.
Support for loading and manipulating JAR/WAR files.
-
Uses of JarFile in org.springframework.boot.loader.archive
-
Uses of JarFile in org.springframework.boot.loader.jar
Modifier and TypeMethodDescriptionJarFile.getNestedJarFile
(ZipEntry entry) Return a nestedJarFile
loaded from the specified entry.JarFile.getNestedJarFile
(org.springframework.boot.loader.jar.JarEntry entry) Return a nestedJarFile
loaded from the specified entry.Handler.getRootJarFileFromUrl
(URL url)