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