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.copyCommonContent(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.protected static voidAbstractJarBuilder.generateManifest(ArchiveCreator archiveCreator, String classPath, PackageConfig config, io.quarkus.maven.dependency.ResolvedDependency appArtifact, ResolvedJVMRequirements jvmRequirements, String mainClassName, ApplicationInfoBuildItem applicationInfo) Manifest generation is quite simple : we just have to push some attributes in manifest.