接口的使用
org.springframework.boot.loader.launch.Archive.Entry
使用Archive.Entry的程序包
程序包
说明
System that allows self-contained JAR/WAR archives to be launched using
java -jar.-
org.springframework.boot.loader.launch中Archive.Entry的使用
修饰符和类型字段说明static final Predicate<Archive.Entry> Archive.ALL_ENTRIESPredicate that accepts all entries.修饰符和类型方法说明protected 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.类型变量类型为Archive.Entry的org.springframework.boot.loader.launch中的方法参数修饰符和类型方法说明Archive.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.