Interface IMalwareScanResult
-
- All Superinterfaces:
Serializable
public interface IMalwareScanResult extends Serializable
The result that is returned by a malware scan plugin.- Since:
- 7.0.13
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetailMessage()
boolean
isWasMalwareDetected()
-
-
-
Method Detail
-
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.
-
-