@ProviderType
public interface AvsService
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasActiveScanEngines()
Returns if there is at least one active scan engine.
|
ScanResult |
scan(InputStream content,
String userId)
Scans the given content for viruses.
|
ScanResult |
scan(InputStream content,
String userId,
String path)
Scans the given content for viruses.
|
ScanResult scan(InputStream content, String userId) throws AvsException
content - contentuserId - user nameAvsException - error during scanScanResult scan(InputStream content, String userId, String path) throws AvsException
content - contentuserId - user namepath - node path to add in historyAvsException - error during scanboolean hasActiveScanEngines()
Copyright © 2020. All rights reserved.