Uses of Interface
org.springframework.boot.loader.archive.Archive.Entry
Packages that use 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
Methods in org.springframework.boot.loader with parameters of type Archive.EntryModifier 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
Methods in org.springframework.boot.loader.archive that return types with arguments of type Archive.EntryModifier and TypeMethodDescriptionExplodedArchive.iterator()
Deprecated.JarFileArchive.iterator()
Deprecated.Methods in org.springframework.boot.loader.archive with parameters of type Archive.EntryModifier 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.