Uses of Interface
org.springframework.boot.loader.launch.Archive.Entry
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.-
Uses of Archive.Entry in org.springframework.boot.loader.launch
Modifier and TypeFieldDescriptionstatic final Predicate<Archive.Entry>
Archive.ALL_ENTRIES
Predicate that accepts all entries.Modifier and TypeMethodDescriptionprotected boolean
Launcher.isIncludedOnClassPath
(Archive.Entry entry) Determine if the specified entry is a nested item that should be added to the classpath.protected boolean
Launcher.isIncludedOnClassPathAndNotIndexed
(Archive.Entry entry) protected boolean
Launcher.isLibraryFileOrClassesDirectory
(Archive.Entry entry) protected boolean
WarLauncher.isLibraryFileOrClassesDirectory
(Archive.Entry entry) protected boolean
ExecutableArchiveLauncher.isSearchedDirectory
(Archive.Entry entry) Determine if the specified directory entry is a candidate for further searching.Modifier and TypeMethodDescriptionArchive.getClassPathUrls
(Predicate<Archive.Entry> includeFilter) Returns classpath URLs for the archive that match the specified filter.Archive.getClassPathUrls
(Predicate<Archive.Entry> includeFilter, Predicate<Archive.Entry> directorySearchFilter) Returns classpath URLs for the archive that match the specified filters.