Class Version


  • public class Version
    extends java.lang.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 java.lang.String getImplementation()
      Gets this package's XFA implementation version.
      static java.lang.String getSpecification()
      Gets this package's XFA specification version.
      static void setTestMode​(boolean bMode)
      Sets test mode behaviour on or off.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSpecification

        public static final java.lang.String getSpecification()
        Gets this package's XFA specification version.
        Returns:
        the specification version.
      • getImplementation

        public static final java.lang.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.