| Package | Description |
|---|---|
| org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
| 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,
JarEntryFilter... filters)
Return a nested
JarFile loaded from the specified entry. |
JarFile |
JarFile.getNestedJarFile(ZipEntry ze,
JarEntryFilter... filters)
Return a nested
JarFile loaded from the specified entry. |
| Constructor and Description |
|---|
JarFile(File file,
JarEntryFilter... filters)
Create a new
JarFile backed by the specified file. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.