A D G H I S T 
All Classes All Packages

A

AvsException - Exception in de.valtech.avs.api.service
Thrown when the AVS service faces an error.
AvsException(String) - Constructor for exception de.valtech.avs.api.service.AvsException
Constructor
AvsException(String, Throwable) - Constructor for exception de.valtech.avs.api.service.AvsException
Constructor
AvsScannerEnine - Interface in de.valtech.avs.api.service.scanner
Interface for scanner engines.
AvsService - Interface in de.valtech.avs.api.service
Scanner service interface.

D

de.valtech.avs.api.history - package de.valtech.avs.api.history
 
de.valtech.avs.api.service - package de.valtech.avs.api.service
This package contains the service API for AEM Virus Scan.
de.valtech.avs.api.service.scanner - package de.valtech.avs.api.service.scanner
This package contains the scanner interface.

G

getOutput() - Method in interface de.valtech.avs.api.history.HistoryEntry
Returns the scan output.
getOutput() - Method in class de.valtech.avs.api.service.scanner.ScanResult
Returns the command output.
getPath() - Method in interface de.valtech.avs.api.history.HistoryEntry
Returns the scanned node path if available.
getPath() - Method in class de.valtech.avs.api.service.scanner.ScanResult
Returns the path of the scanned node.
getRepositoryPath() - Method in interface de.valtech.avs.api.history.HistoryEntry
Path in repository.
getTime() - Method in interface de.valtech.avs.api.history.HistoryEntry
Returns the scan time.
getUserId() - Method in interface de.valtech.avs.api.history.HistoryEntry
Returns the user name.
getUserId() - Method in class de.valtech.avs.api.service.scanner.ScanResult
Returns the user id.

H

hasActiveScanEngines() - Method in interface de.valtech.avs.api.service.AvsService
Returns if there is at least one active scan engine.
HistoryEntry - Interface in de.valtech.avs.api.history
Represents an entry in the AVS history.

I

isClean() - Method in interface de.valtech.avs.api.history.HistoryEntry
Returns if the file was clean.
isClean() - Method in class de.valtech.avs.api.service.scanner.ScanResult
Returns if the file is clean.

S

scan(InputStream, String) - Method in interface de.valtech.avs.api.service.AvsService
Scans the given content for viruses.
scan(InputStream, String) - Method in interface de.valtech.avs.api.service.scanner.AvsScannerEnine
Scans the given content for viruses.
scan(InputStream, String, String) - Method in interface de.valtech.avs.api.service.AvsService
Scans the given content for viruses.
ScanResult - Class in de.valtech.avs.api.service.scanner
Result of a single file scan.
ScanResult(String, boolean) - Constructor for class de.valtech.avs.api.service.scanner.ScanResult
Constructor
setPath(String) - Method in class de.valtech.avs.api.service.scanner.ScanResult
Sets the path of the scanned node.
setUserId(String) - Method in class de.valtech.avs.api.service.scanner.ScanResult
Sets the user id.

T

toString() - Method in class de.valtech.avs.api.service.scanner.ScanResult
 
A D G H I S T 
All Classes All Packages