Class DisabledScanner

  • All Implemented Interfaces:
    Scanner

    public class DisabledScanner
    extends Object
    implements Scanner
    Implementation of Scanner that does nothing. Used for optimizing startup time when metadata scanning is not needed.
    • Constructor Detail

      • DisabledScanner

        public DisabledScanner()
    • Method Detail

      • scan

        public ScanResult scan​(ScanEnvironment environment,
                               ScanOptions options,
                               ScanParameters parameters)
        Description copied from interface: Scanner
        Perform the scanning against the described environment using the defined options, and return the scan results.
        Specified by:
        scan in interface Scanner
        Parameters:
        environment - The scan environment.
        options - The options to control the scanning.
        parameters - The parameters for scanning