Package io.quarkus.deployment.builditem
Class AdditionalApplicationArchiveBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.AdditionalApplicationArchiveBuildItem
public final class AdditionalApplicationArchiveBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Represents an additional application archive that must be considered part of the
application during the augmentation phase.
This build item is produced internally by the Quarkus bootstrap process when extra archives need to be indexed and treated as application code.
It is intended to be consumed by build steps that analyze or process application archives. Extensions must not produce this build item directly.
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalApplicationArchiveBuildItem(io.quarkus.paths.PathCollection path) Creates a new build item representing an additional application archive. -
Method Summary
-
Constructor Details
-
AdditionalApplicationArchiveBuildItem
public AdditionalApplicationArchiveBuildItem(io.quarkus.paths.PathCollection path) Creates a new build item representing an additional application archive.- Parameters:
path- the resolved paths that form the archive
-
-
Method Details
-
getResolvedPaths
public io.quarkus.paths.PathCollection getResolvedPaths()
-