| Package | Description | 
|---|---|
| org.springframework.boot.loader | 
 System that allows self-contained JAR/WAR archives to be launched using
  
java -jar. | 
| org.springframework.boot.loader.archive | 
 Abstraction over logical Archives be they backed by a JAR file or unpacked into a
 folder. 
 | 
| Class and Description | 
|---|
| Archive
 An archive that can be launched by the  
Launcher. | 
| Archive.Entry
 Represents a single entry in the archive. 
 | 
| Class and 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. |