Uses of Interface
org.springframework.boot.loader.launch.Archive.Entry
Packages that use 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
Fields in org.springframework.boot.loader.launch with type parameters of type Archive.EntryModifier and TypeFieldDescriptionstatic final Predicate<Archive.Entry>Archive.ALL_ENTRIESPredicate that accepts all entries.Methods in org.springframework.boot.loader.launch with parameters of type Archive.EntryModifier and TypeMethodDescriptionprotected booleanLauncher.isIncludedOnClassPath(Archive.Entry entry) Determine if the specified entry is a nested item that should be added to the classpath.protected booleanLauncher.isIncludedOnClassPathAndNotIndexed(Archive.Entry entry) protected booleanLauncher.isLibraryFileOrClassesDirectory(Archive.Entry entry) protected booleanWarLauncher.isLibraryFileOrClassesDirectory(Archive.Entry entry) protected booleanExecutableArchiveLauncher.isSearchedDirectory(Archive.Entry entry) Determine if the specified directory entry is a candidate for further searching.Method parameters in org.springframework.boot.loader.launch with type arguments of type Archive.EntryModifier 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.