Class AntivirusScan

java.lang.Object
com.xwiki.antivirus.AntivirusScan

@Unstable public class AntivirusScan extends Object
The result of an Antivirus Job scan.
Since:
1.5
Version:
$Id$
  • Constructor Details

    • AntivirusScan

      public AntivirusScan(Date startDate, Date endData, int scannedFiles)
  • Method Details

    • getStartDate

      public Date getStartDate()
      Returns:
      the date when the scan started
    • getEndData

      public Date getEndData()
      Returns:
      the date when the scan finished
    • getScannedFiles

      public int getScannedFiles()
      Returns:
      the number of files that were scanned during the job