Package com.adobe.xfa.ut
Class Version
- java.lang.Object
-
- com.adobe.xfa.ut.Version
-
public class Version extends Object
A class to report the com.adobe.xfa package's specification and implementation versions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getImplementation()
Gets this package's XFA implementation version.static String
getSpecification()
Gets this package's XFA specification version.static void
setTestMode(boolean bMode)
Sets test mode behaviour on or off.
-
-
-
Method Detail
-
getSpecification
public static final String getSpecification()
Gets this package's XFA specification version.- Returns:
- the specification version.
-
getImplementation
public static final String 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.
-
-