| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
ExecutableArchiveLauncher.isNestedArchive(Archive.Entry entry)
Determine if the specified  
JarEntry is a nested item that should be added
 to the classpath. | 
protected boolean | 
JarLauncher.isNestedArchive(Archive.Entry entry)  | 
boolean | 
WarLauncher.isNestedArchive(Archive.Entry entry)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<Archive.Entry> | 
ExplodedArchive.iterator()  | 
Iterator<Archive.Entry> | 
JarFileArchive.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Archive | 
ExplodedArchive.getNestedArchive(Archive.Entry entry)  | 
protected Archive | 
JarFileArchive.getNestedArchive(Archive.Entry entry)  | 
boolean | 
Archive.EntryFilter.matches(Archive.Entry entry)
Apply the jar entry filter. 
 | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.