com.adobe.mediacore
Class Version

java.lang.Object
  extended by com.adobe.mediacore.Version

public class Version
extends Object

Class exposing framework version.


Constructor Summary
Version()
           
 
Method Summary
static int getApiVersion()
          Retrieve the current version of PSDK API.
static String getAVEVersion()
          Retrieve the current version of ave module.
static String getDescription()
          Retrieve the current version of the PSDK.
static String getMajor()
          Retrieve the major of PSDK version.
static String getMinor()
          Retrieve the minor of PSDK version.
static String getRevision()
          Retrieve the revision of PSDK version.
static String getType()
          Retrieve the PSDK build type.
static String getVersion()
          Retrieve the current version of the PSDK.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static String getVersion()
Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision

Returns:
current version of PSDK

getDescription

public static String getDescription()
Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision (release, $changelist)

Returns:
description of the current version of PSDK

getAVEVersion

public static String getAVEVersion()
Retrieve the current version of ave module.

Returns:
current version of ave libraries

getApiVersion

public static int getApiVersion()
Retrieve the current version of PSDK API. Each time the API break compatibility between API version, the api version number will increase.

Returns:
current version provided of the PSDK API

getMajor

public static String getMajor()
Retrieve the major of PSDK version. The version has the following format : $major.$minor.$revision

Returns:
the major of PSDK version

getMinor

public static String getMinor()
Retrieve the minor of PSDK version. The version has the following format : $major.$minor.$revision

Returns:
the minor of PSDK version

getRevision

public static String getRevision()
Retrieve the revision of PSDK version. The version has the following format : $major.$minor.$revision

Returns:
the revision of PSDK version

getType

public static String getType()
Retrieve the PSDK build type. For instance, it could be a release version or one used for development.

Returns:
the PSDK build type