public class JVM
extends java.lang.Object
Title: Framework Support Library
Description: Contains JVM-related utilities.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
JVM() |
Modifier and Type | Method and Description |
---|---|
com.streamscape.omf.xml.xstream.converters.reflection.ReflectionProvider |
bestReflectionProvider() |
static java.lang.String |
getJVMInfo() |
static java.lang.String |
getJVMName() |
static java.lang.String |
getJVMNVendorHome() |
static java.lang.String |
getJVMVendor() |
static int |
getNumberOfCores() |
static java.lang.String |
getOSName() |
static java.lang.String |
getOSVersion() |
static java.lang.String |
getPrimaryHostName(boolean suppressException) |
static boolean |
is1_4() |
static boolean |
is1_5() |
static boolean |
is1_6() |
static boolean |
is1_7() |
static boolean |
is1_8() |
static boolean |
is10() |
static boolean |
is11() |
static boolean |
is14() |
static boolean |
is9() |
static boolean |
isAndroid() |
static boolean |
isApple() |
static boolean |
isIBM() |
static boolean |
isJRockit() |
static boolean |
isLinuxOS() |
static boolean |
isMacOS() |
static boolean |
isOracle() |
static boolean |
isRedHat() |
static boolean |
isSolarisOS() |
static boolean |
isSun() |
static boolean |
isWindows10OS() |
static boolean |
isWindowsOS() |
java.lang.Class |
loadClass(java.lang.String name) |
static void |
main(java.lang.String[] args) |
static boolean |
reverseFieldDefinition() |
boolean |
supportsAWT()
Checks if the jvm supports awt.
|
boolean |
supportsSQL()
Checks if the jvm supports sql.
|
boolean |
supportsSwing()
Checks if the jvm supports swing.
|
public static java.lang.String getPrimaryHostName(boolean suppressException)
public static java.lang.String getOSVersion()
public static java.lang.String getJVMInfo()
public static java.lang.String getJVMName()
public static java.lang.String getJVMNVendorHome()
public static boolean is1_4()
public static boolean is1_5()
public static boolean is1_6()
public static boolean is1_7()
public static boolean is1_8()
public static boolean is9()
public static boolean is10()
public static boolean is11()
public static boolean is14()
public static boolean isOracle()
public static boolean isSun()
public static boolean isApple()
public static boolean isRedHat()
public static boolean isIBM()
public static boolean isAndroid()
public static boolean isJRockit()
public static int getNumberOfCores()
public java.lang.Class loadClass(java.lang.String name)
public com.streamscape.omf.xml.xstream.converters.reflection.ReflectionProvider bestReflectionProvider()
public static boolean reverseFieldDefinition()
public boolean supportsAWT()
public boolean supportsSwing()
public boolean supportsSQL()
public static java.lang.String getOSName()
public static boolean isWindowsOS()
public static boolean isWindows10OS()
public static boolean isMacOS()
public static boolean isSolarisOS()
public static boolean isLinuxOS()
public static java.lang.String getJVMVendor()
public static void main(java.lang.String[] args)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.