Uses of Class
de.xima.fc.mdl.enums.EMalwareScanOutcome
-
Packages that use EMalwareScanOutcome Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.malware -
-
Uses of EMalwareScanOutcome in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMalwareScanOutcome Modifier and Type Method Description static EMalwareScanOutcome
EMalwareScanOutcome. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMalwareScanOutcome[]
EMalwareScanOutcome. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EMalwareScanOutcome in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware that return EMalwareScanOutcome Modifier and Type Method Description EMalwareScanOutcome
MalwareScanReport. getOutcome()
Constructors in de.xima.fc.security.malware with parameters of type EMalwareScanOutcome Constructor Description MalwareScanReport(EMalwareScanOutcome outcome, String detailedScanReport, Throwable error)
Creates a new malware scan report with the given data.
-