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
Fields in io.quarkus.deployment.builditem.nativeimage declared as UnsupportedOSBuildItem.ArchMethods in io.quarkus.deployment.builditem.nativeimage that return UnsupportedOSBuildItem.ArchModifier and TypeMethodDescriptionstatic UnsupportedOSBuildItem.ArchReturns the enum constant of this class with the specified name.static UnsupportedOSBuildItem.Arch[]UnsupportedOSBuildItem.Arch.values()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) UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, UnsupportedOSBuildItem.Arch arch, String error)