Uses of Interface
fish.payara.micro.boot.loader.archive.Archive.Entry
-
Packages that use Archive.Entry Package Description fish.payara.micro.boot fish.payara.micro.boot.loader System that allows self-contained JAR/WAR archives to be launched usingjava -jar.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.Entry in fish.payara.micro.boot
Methods in fish.payara.micro.boot with parameters of type Archive.Entry Modifier and Type Method Description protected booleanPayaraMicroLauncher. isNestedArchive(Archive.Entry entry) -
Uses of Archive.Entry in fish.payara.micro.boot.loader
Methods in fish.payara.micro.boot.loader with parameters of type Archive.Entry Modifier and Type Method Description protected abstract booleanExecutableArchiveLauncher. isNestedArchive(Archive.Entry entry)Determine if the specifiedJarEntryis a nested item that should be added to the classpath. -
Uses of Archive.Entry in fish.payara.micro.boot.loader.archive
Methods in fish.payara.micro.boot.loader.archive that return types with arguments of type Archive.Entry Modifier and Type Method Description Iterator<Archive.Entry>JarFileArchive. iterator()Methods in fish.payara.micro.boot.loader.archive with parameters of type Archive.Entry Modifier and Type Method Description protected ArchiveJarFileArchive. getNestedArchive(Archive.Entry entry)booleanArchive.EntryFilter. matches(Archive.Entry entry)Apply the jar entry filter.
-