Package org.zaproxy.clientapi.core
Class AlertsFile
java.lang.Object
org.zaproxy.clientapi.core.AlertsFile
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlertsFile
public AlertsFile()
-
-
Method Details
-
saveAlertsToFile
public static void saveAlertsToFile(List<Alert> requireAlerts, List<Alert> reportAlerts, List<Alert> ignoredAlerts, File outputFile) throws org.jdom.JDOMException, IOException - Throws:
org.jdom.JDOMExceptionIOException
-
getAlertsFromFile
public static List<Alert> getAlertsFromFile(File file, String alertType) throws org.jdom.JDOMException, IOException - Throws:
org.jdom.JDOMExceptionIOException
-