|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.adobe.mediacore.Version
public class Version
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 |
---|
public Version()
Method Detail |
---|
public static String getVersion()
public static String getDescription()
public static String getAVEVersion()
public static int getApiVersion()
public static String getMajor()
public static String getMinor()
public static String getRevision()
public static String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |