Package com.adobe.xfa.ut
Class Version
java.lang.Object
com.adobe.xfa.ut.Version
A class to report the com.adobe.xfa package's specification
and implementation versions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic final StringGets this package's XFA implementation version.static final StringGets this package's XFA specification version.static final voidsetTestMode(boolean bMode) Sets test mode behaviour on or off.
-
Method Details
-
getSpecification
Gets this package's XFA specification version.- Returns:
- the specification version.
-
getImplementation
Gets this package's XFA implementation version.- Returns:
- the implementation version.
-
setTestMode
public static final void setTestMode(boolean bMode) Sets test mode behaviour on or off. XFA test suites who don't like having to deal with ever changing version numbers, would set the test mode, causing the getter methods to return canned values.
-