| Package | Description |
|---|---|
| xyz.capybara.clamav |
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
ClamavClient.parallelScan(Path path)
Scans a file/directory on the filesystem of the ClamAV daemon and will continue the scan to the end
even if a virus has been found.
|
void |
ClamavClient.ping()
Pings the ClamAV daemon.
|
void |
ClamavClient.reloadVirusDatabases()
Triggers the virus databases reloading by the ClamAV daemon
|
ScanResult |
ClamavClient.scan(InputStream inputStream)
Scans an
InputStream and sends a response as soon as a virus has been found. |
ScanResult |
ClamavClient.scan(Path path)
Scans a file/directory on the filesystem of the ClamAV daemon and sends a response as soon as a virus has been found.
|
ScanResult |
ClamavClient.scan(Path path,
boolean continueScan)
Scans a file/directory on the filesystem of the ClamAV daemon and may continue the scan to the end
even if a virus has been found, depending on the
continueScan argument. |
void |
ClamavClient.shutdownServer()
Immediately shutdowns the ClamAV daemon
|
String |
ClamavClient.stats()
Requests stats from the ClamAV daemon
|
String |
ClamavClient.version()
Requests the version of the ClamAV daemon
|
Copyright © 2017. All rights reserved.