Uses of Interface
io.quarkus.deployment.pkg.jar.ArchiveCreator
Packages that use ArchiveCreator
-
Uses of ArchiveCreator in io.quarkus.deployment.pkg.jar
Classes in io.quarkus.deployment.pkg.jar that implement ArchiveCreatorModifier and TypeClassDescriptionclassThis ArchiveCreator may not be used to build Uberjars.(package private) classMethods in io.quarkus.deployment.pkg.jar with parameters of type ArchiveCreatorModifier and TypeMethodDescriptionprotected voidAbstractJarBuilder.copyApplicationContent(ArchiveCreator archiveCreator, Map<String, List<byte[]>> concatenatedEntries, Predicate<String> ignoredEntriesPredicate) protected static voidAbstractJarBuilder.copyFiles(ApplicationArchive archive, ArchiveCreator archiveCreator, Map<String, List<byte[]>> services, Predicate<String> ignoredEntriesPredicate) Copy files fromarchivetofs, filtering out service providers into the given map.