Package | Description |
---|---|
org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
Modifier and Type | Method and 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 and Description |
---|---|
Iterator<JarEntryData> |
JarFile.iterator() |
Modifier and Type | Method and 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 and Description |
---|
JarEntry(JarEntryData source) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.