Uses of Class
clamavj.ScanResult.Status
-
Packages that use ScanResult.Status Package Description clamavj -
-
Uses of ScanResult.Status in clamavj
Methods in clamavj that return ScanResult.Status Modifier and Type Method Description ScanResult.StatusScanResult. getStatus()static ScanResult.StatusScanResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanResult.Status[]ScanResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in clamavj with parameters of type ScanResult.Status Modifier and Type Method Description voidScanResult. setStatus(ScanResult.Status status)
-