Uses of Interface
fish.payara.micro.boot.loader.archive.Archive.EntryFilter
-
Packages that use Archive.EntryFilter Package Description fish.payara.micro.boot.loader.archive Abstraction over logical Archives be they backed by a JAR file or unpacked into a folder. -
-
Uses of Archive.EntryFilter in fish.payara.micro.boot.loader.archive
Methods in fish.payara.micro.boot.loader.archive with parameters of type Archive.EntryFilter Modifier and Type Method Description List<Archive>Archive. getNestedArchives(Archive.EntryFilter filter)Returns nestedArchives for entries that match the specified filter.List<Archive>JarFileArchive. getNestedArchives(Archive.EntryFilter filter)
-