public class StubLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StubLoader.CPU
The common names of cpu architectures.
|
static class |
StubLoader.OS |
Modifier and Type | Field and Description |
---|---|
static int |
VERSION_MAJOR |
static int |
VERSION_MINOR |
Constructor and Description |
---|
StubLoader() |
Modifier and Type | Method and Description |
---|---|
static StubLoader.CPU |
getCPU() |
static Throwable |
getFailureCause() |
static StubLoader.OS |
getOS() |
static String |
getPlatformName()
Gets the name of this Platform.
|
static boolean |
isLoaded() |
public static final int VERSION_MAJOR
public static final int VERSION_MINOR
public static final boolean isLoaded()
public static final Throwable getFailureCause()
public static StubLoader.CPU getCPU()
public static StubLoader.OS getOS()
public static String getPlatformName()
Copyright © 2018. All rights reserved.