|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ComponentSpecification public interface SystemUtil
This is the interface for a collection of utility functions that help to deal
with things specific for the operating system running this java virtual
machine.
ATTENTION:
A key-feature of Java is the great portability of the platform. Please use
this util to make your application even more portable rather than restrict
your code to platform specific circumstances.
Field Summary | |
---|---|
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() . |
Method Summary | |
---|---|
SystemInformation |
getSystemInformation()
This method gets the SystemInformation for the operating system
running this java virtual-machine. |
Field Detail |
---|
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.
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |