public final class NativeBinaryUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
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
|
public static boolean nativeIsLinuxBinary(NativeImageBuildItem nativeImageBuildItem)
Copyright © 2020 JBoss by Red Hat. All rights reserved.