Class CheckScanner

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CheckScanner
    extends java.lang.Object
    implements java.lang.AutoCloseable
    API for check scanning. Required licence feature(s): CheckScanner.
    • Constructor Detail

      • CheckScanner

        public CheckScanner​(CheckScannerConfiguration configuration)
                     throws LicenseException
        Constructs CheckScanner with the given params.
        Parameters:
        configuration - The configuration to use for the check scanner.
        Throws:
        LicenseException - If license requirements for the API are not met
    • Method Detail

      • close

        public void close()
        Closes native resources held by the object.
        Specified by:
        close in interface java.lang.AutoCloseable
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable