Package | Description |
---|---|
org.springframework.boot.loader.archive |
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
|
org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
Class and Description |
---|
JarFile
Extended variant of
JarFile that behaves in the same way but
offers the following additional functionality. |
Class and Description |
---|
JarEntry |
JarEntryData
Holds the underlying data of a
JarEntry , allowing creation to be deferred until
the entry is actually needed. |
JarEntryFilter
Interface that can be used to filter and optionally rename jar entries.
|
JarFile
Extended variant of
JarFile that behaves in the same way but
offers the following additional functionality. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.