Uses of Interface
de.xima.fc.interfaces.security.malware.IMalwareScanner
-
Packages that use IMalwareScanner Package Description de.xima.fc.e2e.containerplugin.logic de.xima.fc.e2e.containerplugin.plugin de.xima.fc.plugin.interfaces.scan -
-
Uses of IMalwareScanner in de.xima.fc.e2e.containerplugin.logic
Classes in de.xima.fc.e2e.containerplugin.logic that implement IMalwareScanner Modifier and Type Class Description class
EicarVirusTestFileScanner
Malware scanner that detects the EICAR virus test file (but not in ZIP archives etc.) According to the spec: -
Uses of IMalwareScanner in de.xima.fc.e2e.containerplugin.plugin
Methods in de.xima.fc.e2e.containerplugin.plugin that return types with arguments of type IMalwareScanner Modifier and Type Method Description Iterable<? extends IMalwareScanner>
EicarTestFileMalwareScannerPlugin. getScanners()
-
Uses of IMalwareScanner in de.xima.fc.plugin.interfaces.scan
Methods in de.xima.fc.plugin.interfaces.scan that return types with arguments of type IMalwareScanner Modifier and Type Method Description Iterable<? extends IMalwareScanner>
IPluginMalwareScanner. getScanners()
Gets the malware scanner provided by this plugin.
-