| Package | Description |
|---|---|
| io.joshworks.snappy.loader.archive |
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
|
| io.joshworks.snappy.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
| Constructor | Description |
|---|---|
JarFileArchive(JarFile jarFile) |
| Modifier and Type | Method | 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 entry) |
Return a nested
JarFile loaded from the specified entry. |
JarFile |
Handler.getRootJarFileFromUrl(URL url) |
| Constructor | Description |
|---|---|
Handler(JarFile jarFile) |
|
JarEntryData(JarFile source,
byte[] header,
InputStream inputStream) |
Copyright © 2018. All rights reserved.