Package | Description |
---|---|
org.springframework.boot.loader.archive |
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
|
org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
Constructor and Description |
---|
JarFileArchive(JarFile jarFile) |
Modifier and Type | Method and Description |
---|---|
JarFile |
JarFile.getNestedJarFile(org.springframework.boot.loader.jar.JarEntry entry)
Return a nested
JarFile loaded from the specified entry. |
JarFile |
JarFile.getNestedJarFile(ZipEntry entry)
Return a nested
JarFile loaded from the specified entry. |
JarFile |
Handler.getRootJarFileFromUrl(URL url) |
Constructor and Description |
---|
Handler(JarFile jarFile) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.