Package | Description |
---|---|
org.springframework.boot.loader |
System that allows self contained JAR/WAR archives to be launched using
java -jar . |
org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
Constructor and Description |
---|
JarFileArchive(RandomAccessJarFile jarFile) |
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. |
Copyright © 2013. All rights reserved.