public class RuntimeEnvironment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIRPROVIDER_ARG |
static java.lang.String |
RUNTIME_MODE_ARG |
Constructor and Description |
---|
RuntimeEnvironment() |
Modifier and Type | Method and Description |
---|---|
static DirProvider |
getDirProvider() |
static RuntimeMode |
getRuntimeMode() |
static boolean |
isAndroidRuntime() |
static boolean |
isDesktopApplicationEnabled() |
public static final java.lang.String RUNTIME_MODE_ARG
public static final java.lang.String DIRPROVIDER_ARG
public static boolean isAndroidRuntime()
public static boolean isDesktopApplicationEnabled()
public static RuntimeMode getRuntimeMode()
public static DirProvider getDirProvider()