Class UnsupportedOSBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.nativeimage.UnsupportedOSBuildItem
public final class UnsupportedOSBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Native-image might not be supported for a particular
extension on a given OS or architecture.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.static enumDeprecated, for removal: This API element is subject to removal in a future version.UseOSinstead -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedOSBuildItem(UnsupportedOSBuildItem.Arch arch, String error) Deprecated, for removal: This API element is subject to removal in a future version.UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, UnsupportedOSBuildItem.Arch arch, String error) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.UnsupportedOSBuildItem(io.smallrye.common.cpu.CPU cpu, String error) UnsupportedOSBuildItem(io.smallrye.common.os.OS os, io.smallrye.common.cpu.CPU cpu, String error) UnsupportedOSBuildItem(io.smallrye.common.os.OS os, String error) -
Method Summary
-
Field Details
-
ARCH
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UnsupportedOSBuildItem
@Deprecated(forRemoval=true, since="3.26.0") public UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, String error) Deprecated, for removal: This API element is subject to removal in a future version. -
UnsupportedOSBuildItem
@Deprecated(forRemoval=true, since="3.26.0") public UnsupportedOSBuildItem(UnsupportedOSBuildItem.Arch arch, String error) Deprecated, for removal: This API element is subject to removal in a future version. -
UnsupportedOSBuildItem
@Deprecated(forRemoval=true, since="3.26.0") public UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, UnsupportedOSBuildItem.Arch arch, String error) Deprecated, for removal: This API element is subject to removal in a future version. -
UnsupportedOSBuildItem
-
UnsupportedOSBuildItem
-
UnsupportedOSBuildItem
public UnsupportedOSBuildItem(io.smallrye.common.os.OS os, io.smallrye.common.cpu.CPU cpu, String error)
-
-
Method Details
-
triggerError
public boolean triggerError(boolean isContainerBuild) -
error
-
CPUinstead