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 |
---|---|
Collection<Archive.Entry> |
JarFileArchive.getEntries() |
Collection<Archive.Entry> |
FilteredArchive.getEntries() |
Collection<Archive.Entry> |
ExplodedArchive.getEntries() |
abstract Collection<Archive.Entry> |
Archive.getEntries()
Returns all entries from the archive.
|
Modifier and Type | Method and Description |
---|---|
AsciiBytes |
Archive.EntryRenameFilter.apply(AsciiBytes entryName,
Archive.Entry entry)
Apply the jar entry filter.
|
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 © 2015 Pivotal Software, Inc.. All rights reserved.