org.openmobileis.common.context.DefaultPlateform Class Reference

Inheritance diagram for org.openmobileis.common.context.DefaultPlateform:

org.openmobileis.common.context.Plateform

List of all members.


Detailed Description

Title: OpenMobileIS project source
Description:.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 37 of file DefaultPlateform.java.


Public Member Functions

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.

Member Function Documentation

String org.openmobileis.common.context.DefaultPlateform.getOS (  ) 

Return the OS of the plateform that execute the application.

OS can be WIN32, Linux, PPC, Unknown

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 87 of file DefaultPlateform.java.

String org.openmobileis.common.context.DefaultPlateform.getOSVersion (  ) 

Return the OS version of the plateform that execute the application.

Default implementation return the JVM property os.version

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 94 of file DefaultPlateform.java.

String org.openmobileis.common.context.DefaultPlateform.getJVMVendor (  ) 

Return the JVM vendor.

Default implementation return JVM property java.vendor

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 101 of file DefaultPlateform.java.

String org.openmobileis.common.context.DefaultPlateform.getJVMSpecificationVersion (  ) 

Return the JVM Specification version.

Default implementation return the JVM property java.specification.version

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 110 of file DefaultPlateform.java.

String org.openmobileis.common.context.DefaultPlateform.getOpenMobileISMajorVersion (  ) 

return the major version number of OpenMobileIS.

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 117 of file DefaultPlateform.java.

String org.openmobileis.common.context.DefaultPlateform.getOpenMobileISMinorVersion (  ) 

return the minir version number of OpenMobileIS.

Returns:

Implements org.openmobileis.common.context.Plateform.

Definition at line 124 of file DefaultPlateform.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:20 2010 for OpenMobileIS by  doxygen 1.5.4