Package | Description |
---|---|
org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessJarFile |
RandomAccessJarFile.getFilteredJarFile(JarEntryFilter... filters)
Return a new jar based on the filtered contents of this file.
|
RandomAccessJarFile |
RandomAccessJarFile.getNestedJarFile(ZipEntry ze,
JarEntryFilter... filters)
Return a nested
RandomAccessJarFile loaded from the specified entry. |
Constructor and Description |
---|
RandomAccessJarFile(File file,
JarEntryFilter... filters)
Create a new
RandomAccessJarFile backed by the specified file. |
RandomAccessJarFile(RandomAccessDataFile file,
JarEntryFilter... filters)
Create a new
RandomAccessJarFile backed by the specified file. |
Copyright © 2013. All Rights Reserved.