Class FilterXMLReader


  • public class FilterXMLReader
    extends java.lang.Object
    Class to read the Filters XML and generate corresponding Java Objects
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.Integer,​FilterGH> parse​(java.lang.String fileURI)
      This method parses the given XML file into the list of objects
      • Methods inherited from class java.lang.Object

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

      • parse

        public static java.util.Map<java.lang.Integer,​FilterGH> parse​(java.lang.String fileURI)
        This method parses the given XML file into the list of objects
        Parameters:
        fileURI - URI for the XML file
        Returns:
        Map of filters with key being Integer object for filter ID