Interface I_CmsVirusScanner

All Superinterfaces:
I_CmsConfigurationParameterHandler

Interface for virus scanners used to check uploaded files.
  • Method Details

    • scan

      Scans file data for viruses.
      Parameters:
      data - the data to scan as a stream
      Returns:
      a list of names of viruses found
    • test

      void test()
      Used to test the availability of the virus scanner.