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.
|
Class and Description |
---|
RandomAccessJarFile
A Jar file that can loaded from a
RandomAccessDataFile . |
Class and Description |
---|
JarEntryFilter
Interface that can be used to filter and optionally rename jar entries.
|
RandomAccessDataZipEntry
A
ZipEntry returned from a RandomAccessDataZipInputStream . |
RandomAccessJarFile
A Jar file that can loaded from a
RandomAccessDataFile . |
Copyright © 2013. All rights reserved.