public class ScanResult
This class holds the result of an antivirus scan. It contains a status and a map filled as following:
Key: infected file path
Value: list of viruses found in the file
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanResult.OK |
static class |
ScanResult.VirusFound |