Uses of Class
com.avoka.fc.core.service.VirusScanException
Packages that use VirusScanException
Package
Description
Provides the SmartForm Manager service classes.
Provides the Fluent Groovy API services.
Provides the SmartForm Manager service class implementation.
-
Uses of VirusScanException in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that throw VirusScanExceptionModifier and TypeMethodDescriptionboolean
IVirusScanService.isFileVirusFree
(String filename, byte[] fileData) Scan the provided file and return true if virus free. -
Uses of VirusScanException in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that throw VirusScanExceptionModifier and TypeMethodDescriptionboolean
FluentVirusScanService.isFileVirusFree
(String fileName, byte[] fileData) Scan the provided file and return true if virus free. -
Uses of VirusScanException in com.avoka.fc.core.service.impl
Methods in com.avoka.fc.core.service.impl that throw VirusScanExceptionModifier and TypeMethodDescriptionboolean
ClamAVVirusScanService.isFileVirusFree
(String filename, byte[] fileData) Scan the provided file using Clam AV server and return true if virus free.boolean
SSEVirusScanService.isFileVirusFree
(String filename, byte[] fileData) Scan the provided file and return true if virus free.boolean
Scan the given file specified by the file name and the file byte data, returning true if the file is virus free or false, if it contains a virus.boolean
Scan the given file specified by the file name and the file byte data, returning true if the file is virus free or false, if it contains a virus.