Uses of Class
com.avoka.fc.core.service.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
Modifier 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
Modifier 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
Modifier 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.