Uses of Enum Class
io.quarkus.deployment.builditem.nativeimage.UnsupportedOSBuildItem.Arch
Packages that use UnsupportedOSBuildItem.Arch
-
Uses of UnsupportedOSBuildItem.Arch in io.quarkus.deployment.builditem.nativeimage
Methods in io.quarkus.deployment.builditem.nativeimage that return UnsupportedOSBuildItem.ArchModifier and TypeMethodDescriptionstatic UnsupportedOSBuildItem.ArchDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static UnsupportedOSBuildItem.Arch[]UnsupportedOSBuildItem.Arch.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.deployment.builditem.nativeimage with parameters of type UnsupportedOSBuildItem.ArchModifierConstructorDescriptionUnsupportedOSBuildItem(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.
UnsupportedOSBuildItem(io.smallrye.common.cpu.CPU, java.lang.String)instead