Interface IPluginMalwareScanner

    • Method Detail

      • getScanners

        Iterable<? extends IMalwareScanner> getScanners()
        Gets the malware scanner provided by this plugin. When multiple scanners are present, all scanners are applied to a file in a non-specified but deterministic order. A file is considered unsafe when one or more scanners report a potential malware signature.
        Returns:
        A list of scanners provided by this plugin that can be used for scanning.
        See Also:
        IMalwareScanner