Uses of Class
jetbrains.buildServer.util.ELFReader.ElfClass
-
Packages that use ElfClass Package Description jetbrains.buildServer.util.ELFReader -
-
Uses of ElfClass in jetbrains.buildServer.util.ELFReader
Methods in jetbrains.buildServer.util.ELFReader that return ElfClass Modifier and Type Method Description static ElfClass
ElfUtil. getClass(File elfFile)
Extracts ELF class Pure Java version, no native code involvedstatic ElfClass
ElfClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElfClass[]
ElfClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-