Class NativeBinaryUtil
java.lang.Object
io.quarkus.container.image.deployment.util.NativeBinaryUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleannativeIsLinuxBinary(io.quarkus.deployment.pkg.builditem.NativeImageBuildItem nativeImageBuildItem) Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-
Method Details
-
nativeIsLinuxBinary
public static boolean nativeIsLinuxBinary(io.quarkus.deployment.pkg.builditem.NativeImageBuildItem nativeImageBuildItem) Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-