public class StubLoader extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
StubLoader.CPU |
The common names of cpu architectures.
|
static class |
StubLoader.OS |
Modifier and Type | Field | Description |
---|---|---|
static int |
VERSION_MAJOR |
|
static int |
VERSION_MINOR |
Constructor | Description |
---|---|
StubLoader() |
Modifier and Type | Method | 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 © 2019. All rights reserved.