Uses of Interface
de.xima.fc.interfaces.plugin.retval.scan.IMalwareScanResult
-
Packages that use IMalwareScanResult Package Description de.xima.fc.e2e.containerplugin.logic de.xima.fc.e2e.containerplugin.model de.xima.fc.interfaces.security.malware -
-
Uses of IMalwareScanResult in de.xima.fc.e2e.containerplugin.logic
Methods in de.xima.fc.e2e.containerplugin.logic that return IMalwareScanResult Modifier and Type Method Description IMalwareScanResultEicarVirusTestFileScanner. scan(Path file) -
Uses of IMalwareScanResult in de.xima.fc.e2e.containerplugin.model
Classes in de.xima.fc.e2e.containerplugin.model that implement IMalwareScanResult Modifier and Type Class Description classMalwareScanResultSimple POJO implementation of the data typeIMalwareScanResult. -
Uses of IMalwareScanResult in de.xima.fc.interfaces.security.malware
Methods in de.xima.fc.interfaces.security.malware that return IMalwareScanResult Modifier and Type Method Description IMalwareScanResultIMalwareScanner. scan(Path file)Scans an existing file on the file system for malware.
-