Uses of Class
org.springframework.boot.loader.jar.JarFile
Packages that use 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
Constructors in org.springframework.boot.loader.archive with parameters of type JarFile -
Uses of JarFile in org.springframework.boot.loader.jar
Methods in org.springframework.boot.loader.jar that return JarFileModifier 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) Constructors in org.springframework.boot.loader.jar with parameters of type JarFile