Uses of Interface
org.springframework.boot.loader.archive.Archive.Entry
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.Abstraction over logical Archives be they backed by a JAR file or unpacked into a
directory.
-
Uses of Archive.Entry in org.springframework.boot.loader
Modifier and TypeMethodDescriptionprotected abstract boolean
ExecutableArchiveLauncher.isNestedArchive
(Archive.Entry entry) Determine if the specified entry is a nested item that should be added to the classpath.protected boolean
JarLauncher.isNestedArchive
(Archive.Entry entry) boolean
WarLauncher.isNestedArchive
(Archive.Entry entry) protected boolean
ExecutableArchiveLauncher.isSearchCandidate
(Archive.Entry entry) Determine if the specified entry is a candidate for further searching. -
Uses of Archive.Entry in org.springframework.boot.loader.archive
Modifier and TypeMethodDescriptionExplodedArchive.iterator()
Deprecated.JarFileArchive.iterator()
Deprecated.Modifier and TypeMethodDescriptionprotected 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.