public final class Env extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
is64BitJvm() |
static boolean |
isLinuxOs() |
static boolean |
isTestEnv() |
static int |
osPageSize()
Return the size in bytes of a OS memory page.
|
static void |
setTestEnv(boolean testEnv) |
public static int osPageSize()
public static boolean isTestEnv()
public static void setTestEnv(boolean testEnv)
public static boolean isLinuxOs()
public static boolean is64BitJvm()
Copyright © 2018 JBoss by Red Hat. All rights reserved.