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 MultiBuildItem
Native-image might not be supported for a particular extension on a given OS or architecture.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnsupportedOSBuildItem.Os
-
Field Summary
Fields Modifier and Type Field Description String
error
UnsupportedOSBuildItem.Os
os
-
Constructor Summary
Constructors Constructor Description UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
triggerError(NativeConfig nativeConfig)
-
-
-
Field Detail
-
os
public final UnsupportedOSBuildItem.Os os
-
error
public final String error
-
-
Constructor Detail
-
UnsupportedOSBuildItem
public UnsupportedOSBuildItem(UnsupportedOSBuildItem.Os os, String error)
-
-
Method Detail
-
triggerError
public boolean triggerError(NativeConfig nativeConfig)
-
-