Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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

 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


Member Function Documentation

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 102 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 93 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 109 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 116 of file DefaultPlateform.java.

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 79 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 86 of file DefaultPlateform.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4