public interface XMPVersionInfo
Version information for the XMP toolkit is stored in the jar-library and available through a
runtime call, XMPMetaFactory.getVersionInfo()
, addition static version numbers are
defined in "version.properties".
Modifier and Type | Method and Description |
---|---|
int |
getBuild() |
int |
getMajor() |
java.lang.String |
getMessage() |
int |
getMicro() |
int |
getMinor() |
boolean |
isDebug() |
int getMajor()
int getMinor()
int getMicro()
int getBuild()
boolean isDebug()
java.lang.String getMessage()
Copyright © 2010 - 2020 Adobe. All Rights Reserved