Interface IMalwareScanResult
- All Superinterfaces:
Serializable
The result that is returned by a malware scan plugin.
- Since:
- 7.0.13
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
isWasMalwareDetected
boolean isWasMalwareDetected()- Returns:
- Whether at least one kind of malware was detected.
-
getDetailMessage
String getDetailMessage()- Returns:
- Detailed info about the detected malware. May be empty when none is available.
-