| Package | Description |
|---|---|
| io.joshworks.snappy.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
| Modifier and Type | Method | Description |
|---|---|---|
JarEntryData |
JarFile.getJarEntryData(AsciiBytes name) |
|
JarEntryData |
JarFile.getJarEntryData(String name) |
|
JarEntryData |
JarEntry.getSource() |
Return the source
JarEntryData that was used to create this entry. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<JarEntryData> |
JarFile.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
AsciiBytes |
JarEntryFilter.apply(AsciiBytes name,
JarEntryData entryData) |
Apply the jar entry filter.
|
JarFile |
JarFile.getNestedJarFile(JarEntryData sourceEntry) |
Return a nested
JarFile loaded from the specified entry. |
| Constructor | Description |
|---|---|
JarEntry(JarEntryData source) |
Copyright © 2018. All rights reserved.