com.sap.ip.me.api.conf
Class MEVersion

java.lang.Object
  extended bycom.sap.ip.me.api.conf.MEVersion

public final class MEVersion
extends java.lang.Object

Reading out the version info of the installed Mobile Engine.

Author:
SAP

Constructor Summary
MEVersion()
           
 
Method Summary
static java.lang.String getBuild()
          Gets the build number of the installed Mobile Infrastructure.
static java.lang.String getFullName()
          Gets the full name of the installed Mobile Infrastructure.
static java.lang.String getInitialMainVersion()
          Gets the initial main version of the installed Mobile Engine.
static java.lang.String getMainVersion()
          Gets the main version of the installed Mobile Engine (latest version number contained in latest patch).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MEVersion

public MEVersion()
Method Detail

getMainVersion

public static final java.lang.String getMainVersion()
Gets the main version of the installed Mobile Engine (latest version number contained in latest patch).

Returns:
The main version of the installed Mobile Engine (e.g. 210100 for Mobile Engine 2.1 SP01 patch level 00).

getInitialMainVersion

public static final java.lang.String getInitialMainVersion()
Gets the initial main version of the installed Mobile Engine.

Returns:
The main version of the installed Mobile Engine (e.g. 210100 for Mobile Engine 2.1 SP01 patch level 00).

getBuild

public static final java.lang.String getBuild()
Gets the build number of the installed Mobile Infrastructure.

Returns:
The build number

getFullName

public static final java.lang.String getFullName()
Gets the full name of the installed Mobile Infrastructure.

Returns:
The full name of the installed MI


Copyright © 2005 SAP AG. All Rights Reserved.