JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.boot.loader.archive
package
org.springframework.boot.loader.archive
Abstraction over logical Archives be they backed by a JAR file or unpacked into a directory.
See Also:
Archive
Related Packages
Package
Description
org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.
org.springframework.boot.loader.data
Classes and interfaces to allow random access to a block of data.
org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.
org.springframework.boot.loader.jarmode
Support for launching the JAR using jarmode.
org.springframework.boot.loader.tools
Tools for generating executable JAR/WAR files.
org.springframework.boot.loader.util
Utilities used by Spring Boot's JAR loading.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Archive
An archive that can be launched by the
Launcher
.
Archive.Entry
Represents a single entry in the archive.
Archive.EntryFilter
Strategy interface to filter
Entries
.
ExplodedArchive
Archive
implementation backed by an exploded archive directory.
JarFileArchive
Archive
implementation backed by a
JarFile
.