インターフェースの使用
org.springframework.boot.loader.launch.Archive.Entry
Archive.Entry を使用するパッケージ
org.springframework.boot.loader.launch 内の Archive.Entry 使用
型 Archive.Entry の型パラメーターを持つ org.springframework.boot.loader.launch のフィールド型 Archive.Entry のパラメーターを持つ org.springframework.boot.loader.launch のメソッド修飾子と型メソッド説明protected booleanLauncher.isIncludedOnClassPath(Archive.Entry entry) 指定されたエントリがクラスパスに追加する必要があるネストされたアイテムであるかどうかを確認します。protected booleanLauncher.isIncludedOnClassPathAndNotIndexed(Archive.Entry entry) protected booleanLauncher.isLibraryFileOrClassesDirectory(Archive.Entry entry) protected booleanWarLauncher.isLibraryFileOrClassesDirectory(Archive.Entry entry) protected booleanExecutableArchiveLauncher.isSearchedDirectory(Archive.Entry entry) 指定されたディレクトリエントリがさらに検索する候補であるかどうかを判断します。型 Archive.Entry の型引数を持つ org.springframework.boot.loader.launch のメソッドパラメーター修飾子と型メソッド説明Archive.getClassPathUrls(PredicateSE<Archive.Entry> includeFilter) 指定されたフィルターに一致するアーカイブのクラスパス URL を返します。Archive.getClassPathUrls(PredicateSE<Archive.Entry> includeFilter, PredicateSE<Archive.Entry> directorySearchFilter) 指定されたフィルターに一致するアーカイブのクラスパス URL を返します。