public static enum H3CoreLoader.OperatingSystem extends Enum<H3CoreLoader.OperatingSystem>
| Modifier and Type | Method and Description |
|---|---|
String |
getDirName()
How this operating system's name is rendered when extracting the native library.
|
String |
getSuffix()
Suffix for native libraries.
|
static H3CoreLoader.OperatingSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H3CoreLoader.OperatingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H3CoreLoader.OperatingSystem ANDROID
public static final H3CoreLoader.OperatingSystem DARWIN
public static final H3CoreLoader.OperatingSystem WINDOWS
public static final H3CoreLoader.OperatingSystem LINUX
public static H3CoreLoader.OperatingSystem[] values()
for (H3CoreLoader.OperatingSystem c : H3CoreLoader.OperatingSystem.values()) System.out.println(c);
public static H3CoreLoader.OperatingSystem valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSuffix()
public String getDirName()
Copyright © 2019 Uber Open Source. All rights reserved.