Inheritance diagram for org.openmobileis.common.context.DefaultPlateform:
Definition at line 37 of file DefaultPlateform.java.
Public Member Functions | |
DefaultPlateform () | |
String | getOS () |
Return the OS of the plateform that execute the application. | |
String | getOSVersion () |
Return the OS version of the plateform that execute the application. | |
String | getJVMVendor () |
Return the JVM vendor. | |
String | getJVMSpecificationVersion () |
Return the JVM Specification version. | |
String | getOpenMobileISMajorVersion () |
return the major version number of OpenMobileIS. | |
String | getOpenMobileISMinorVersion () |
return the minir version number of OpenMobileIS. | |
Static Public Member Functions | |
static void | main (String[] args) |
Public Attributes | |
String | os |
String | osversion |
String | jvm |
String | jvmspec |
|
Return the JVM Specification version. Default implementation return the JVM property java.specification.version
Implements org.openmobileis.common.context.Plateform. Definition at line 102 of file DefaultPlateform.java. |
|
Return the JVM vendor. Default implementation return JVM property java.vendor
Implements org.openmobileis.common.context.Plateform. Definition at line 93 of file DefaultPlateform.java. |
|
return the major version number of OpenMobileIS.
Implements org.openmobileis.common.context.Plateform. Definition at line 109 of file DefaultPlateform.java. |
|
return the minir version number of OpenMobileIS.
Implements org.openmobileis.common.context.Plateform. Definition at line 116 of file DefaultPlateform.java. |
|
Return the OS of the plateform that execute the application. OS can be WIN32, Linux, PPC, Unknown
Implements org.openmobileis.common.context.Plateform. Definition at line 79 of file DefaultPlateform.java. |
|
Return the OS version of the plateform that execute the application. Default implementation return the JVM property os.version
Implements org.openmobileis.common.context.Plateform. Definition at line 86 of file DefaultPlateform.java. |