Class NativeBinaryUtil
- java.lang.Object
-
- io.quarkus.container.image.deployment.util.NativeBinaryUtil
-
public final class NativeBinaryUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannativeIsLinuxBinary(NativeImageBuildItem nativeImageBuildItem)Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-
-
-
Method Detail
-
nativeIsLinuxBinary
public static boolean nativeIsLinuxBinary(NativeImageBuildItem nativeImageBuildItem)
Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-
-