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 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.