Interface IScannedFileItem

  • All Superinterfaces:
    org.apache.commons.fileupload.FileItem, org.apache.commons.fileupload.FileItemHeadersSupport

    public interface IScannedFileItem
    extends org.apache.commons.fileupload.FileItem
    Common interface for file items that have been scanned for malware.
    Since:
    8.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MalwareScanReport getMalwareScanReport()
      Returns the malware scan report, representing the results of the malware scan.
      • Methods inherited from interface org.apache.commons.fileupload.FileItem

        delete, get, getContentType, getFieldName, getInputStream, getName, getOutputStream, getSize, getString, getString, isFormField, isInMemory, setFieldName, setFormField, write
      • Methods inherited from interface org.apache.commons.fileupload.FileItemHeadersSupport

        getHeaders, setHeaders
    • Method Detail

      • getMalwareScanReport

        MalwareScanReport getMalwareScanReport()
        Returns the malware scan report, representing the results of the malware scan.
        Returns:
        the malware scan report for this file item.