类 DisabledScanner

  • 所有已实现的接口:
    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.
    作者:
    Petteri Pitkanen
    • 构造器详细资料

      • DisabledScanner

        public DisabledScanner()
    • 方法详细资料

      • scan

        public ScanResult scan​(ScanEnvironment environment,
                               ScanOptions options,
                               ScanParameters parameters)
        从接口复制的说明: Scanner
        Perform the scanning against the described environment using the defined options, and return the scan results.
        指定者:
        scan 在接口中 Scanner
        参数:
        environment - The scan environment.
        options - The options to control the scanning.
        parameters - The parameters for scanning