@ComponentSpecification public interface SystemUtil
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_JAVA_VM_NAME
The name of the
system-property for the name of the JVM. |
static String |
PROPERTY_OS_ARCHITECTURE
The name of the
system-property for
SystemInformation.getSystemArchitecture() . |
static String |
PROPERTY_OS_NAME
The name of the
system-property for SystemInformation.getSystemName() . |
static String |
PROPERTY_OS_VERSION
The name of the
system-property for SystemInformation.getSystemVersion()
. |
Modifier and Type | Method and Description |
---|---|
SystemInformation |
getSystemInformation()
This method gets the
SystemInformation for the operating system running this java virtual-machine. |
static final String PROPERTY_OS_NAME
system-property
for SystemInformation.getSystemName()
.static final String PROPERTY_OS_ARCHITECTURE
system-property
for
SystemInformation.getSystemArchitecture()
.static final String PROPERTY_OS_VERSION
system-property
for SystemInformation.getSystemVersion()
.static final String PROPERTY_JAVA_VM_NAME
system-property
for the name of the JVM.SystemInformation getSystemInformation()
SystemInformation
for the operating system running this java virtual-machine. It lets
you determine specific things (e.g. if you are running on "MS Windows" or on a "mobile device").SystemInformation
.Copyright © 2001–2016 mmm-Team. All rights reserved.