Class AlertsFile


  • public class AlertsFile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AlertsFile()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Alert> getAlertsFromFile​(java.io.File file, java.lang.String alertType)  
      static void saveAlertsToFile​(java.util.List<Alert> requireAlerts, java.util.List<Alert> reportAlerts, java.util.List<Alert> ignoredAlerts, java.io.File outputFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlertsFile

        public AlertsFile()
    • Method Detail

      • saveAlertsToFile

        public static void saveAlertsToFile​(java.util.List<Alert> requireAlerts,
                                            java.util.List<Alert> reportAlerts,
                                            java.util.List<Alert> ignoredAlerts,
                                            java.io.File outputFile)
                                     throws org.jdom.JDOMException,
                                            java.io.IOException
        Throws:
        org.jdom.JDOMException
        java.io.IOException
      • getAlertsFromFile

        public static java.util.List<Alert> getAlertsFromFile​(java.io.File file,
                                                              java.lang.String alertType)
                                                       throws org.jdom.JDOMException,
                                                              java.io.IOException
        Throws:
        org.jdom.JDOMException
        java.io.IOException