Uses of Class
com.avoka.fc.core.service.VirusScanException
-
Packages that use VirusScanException Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.impl 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 VirusScanException Modifier and Type Method Description boolean
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 VirusScanException Modifier and Type Method Description boolean
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 VirusScanException Modifier and Type Method Description boolean
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
ClamAVClient. scanFile(String fileName, byte[] fileData)
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
SSEClient. scanFile(String fileName, byte[] fileData)
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.
-