Uses of Enum Class
io.quarkus.deployment.builditem.nativeimage.UnsupportedOSBuildItem.Os
Packages that use UnsupportedOSBuildItem.Os
-
Uses of UnsupportedOSBuildItem.Os in io.quarkus.deployment.builditem.nativeimage
Methods in io.quarkus.deployment.builditem.nativeimage that return UnsupportedOSBuildItem.OsModifier and TypeMethodDescriptionstatic UnsupportedOSBuildItem.OsDeprecated, 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.Os[]UnsupportedOSBuildItem.Os.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.OsModifierConstructorDescriptionUnsupportedOSBuildItem(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.os.OS, io.smallrye.common.cpu.CPU, java.lang.String)instead