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.getFilteredJarFile(JarEntryFilter... filters)
Return a new jar based on the filtered contents of this file.
|
JarFile |
JarFile.getNestedJarFile(JarEntryData sourceEntry)
Return a nested
JarFile loaded from the specified entry. |
JarFile |
JarFile.getNestedJarFile(ZipEntry ze)
Return a nested
JarFile loaded from the specified entry. |
JarFile |
Handler.getRootJarFileFromUrl(URL url) |
Constructor and Description |
---|
Handler(JarFile jarFile) |
JarEntryData(JarFile source,
byte[] header,
InputStream inputStream) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.