Class Version


  • public class Version
    extends Object
    A class to report the com.adobe.xfa package's specification and implementation versions.
    • 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.