Uses of Class
de.valtech.avs.api.service.scanner.ScanResult
-
Packages that use ScanResult Package Description de.valtech.avs.api.service This package contains the service API for AEM Virus Scan.de.valtech.avs.api.service.scanner This package contains the scanner interface. -
-
Uses of ScanResult in de.valtech.avs.api.service
Methods in de.valtech.avs.api.service that return ScanResult Modifier and Type Method Description ScanResultAvsService. scan(java.io.InputStream content, java.lang.String userId)Scans the given content for viruses.ScanResultAvsService. scan(java.io.InputStream content, java.lang.String userId, java.lang.String path)Scans the given content for viruses. -
Uses of ScanResult in de.valtech.avs.api.service.scanner
Methods in de.valtech.avs.api.service.scanner that return ScanResult Modifier and Type Method Description ScanResultAvsScannerEnine. scan(java.io.InputStream content, java.lang.String fileName)Scans the given content for viruses.
-