Class Verifier


  • public class Verifier
    extends java.lang.Object
    A helper class for EnterpriseConfiguration that handles license keys as issued for the Java platform. From Saxon 9.2 the same license keys are also used on the .NET platform, though the option of using older .NET license keys is retained for the time being.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int status  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFeature​(java.lang.String name, Configuration config)  
      static void main​(java.lang.String[] args)
      Test program to verify that a license contained in a specific file is valid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • status

        protected int status
    • Method Detail

      • getFeature

        public java.lang.String getFeature​(java.lang.String name,
                                           Configuration config)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Test program to verify that a license contained in a specific file is valid
        Parameters:
        args - Command line arguments. First argument is the filename of the license file to be tested.
        Throws:
        java.lang.Exception - if any failure occurs