Uses of Interface
io.quarkus.deployment.ApplicationArchive
Packages that use ApplicationArchive
-
Uses of ApplicationArchive in io.quarkus.deployment
Classes in io.quarkus.deployment that implement ApplicationArchive -
Uses of ApplicationArchive in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem that return ApplicationArchiveModifier and TypeMethodDescriptionApplicationArchivesBuildItem.containingArchive(String className) Returns the archive that contains the given class name, or null if the class cannot be found.ApplicationArchivesBuildItem.containingArchive(org.jboss.jandex.DotName className) ApplicationArchivesBuildItem.getRootArchive()Returns anApplicationArchivethat represents the classes and resources that are part of the current project.Methods in io.quarkus.deployment.builditem that return types with arguments of type ApplicationArchiveModifier and TypeMethodDescriptionApplicationArchivesBuildItem.getAllApplicationArchives()ApplicationArchivesBuildItem.getApplicationArchives()Constructors in io.quarkus.deployment.builditem with parameters of type ApplicationArchiveModifierConstructorDescriptionApplicationArchivesBuildItem(ApplicationArchive root, Collection<ApplicationArchive> applicationArchives) Constructor parameters in io.quarkus.deployment.builditem with type arguments of type ApplicationArchiveModifierConstructorDescriptionApplicationArchivesBuildItem(ApplicationArchive root, Collection<ApplicationArchive> applicationArchives)