Uses of Class
de.valtech.avs.api.service.AvsException
-
Packages that use AvsException 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 AvsException in de.valtech.avs.api.service
Methods in de.valtech.avs.api.service that throw AvsException 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 AvsException in de.valtech.avs.api.service.scanner
Methods in de.valtech.avs.api.service.scanner that throw AvsException Modifier and Type Method Description ScanResultAvsScannerEnine. scan(java.io.InputStream content, java.lang.String fileName)Scans the given content for viruses.
-