Package | Description |
---|---|
org.springframework.boot.loader |
System that allows self contained JAR/WAR archives to be launched using
java -jar . |
Modifier and Type | Method and Description |
---|---|
Iterable<Archive.Entry> |
JarFileArchive.getEntries() |
Iterable<Archive.Entry> |
ExplodedArchive.getEntries() |
Iterable<Archive.Entry> |
Archive.getEntries()
Returns archive entries.
|
Modifier and Type | Method and Description |
---|---|
String |
Archive.EntryFilter.apply(String entryName,
Archive.Entry entry)
Apply the jar entry filter.
|
Archive |
JarFileArchive.getNestedArchive(Archive.Entry entry) |
Archive |
ExplodedArchive.getNestedArchive(Archive.Entry entry) |
Archive |
Archive.getNestedArchive(Archive.Entry entry)
Returns a nest archive from on the the contained entries.
|
protected boolean |
WarLauncher.isNestedArchive(Archive.Entry entry) |
protected abstract boolean |
Launcher.isNestedArchive(Archive.Entry jarEntry)
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
protected boolean |
JarLauncher.isNestedArchive(Archive.Entry entry) |
Copyright © 2013. All rights reserved.