Class StringMatchFilterBuilder

    • Field Detail

      • LOGGER

        private static final Logger LOGGER
    • Constructor Detail

      • StringMatchFilterBuilder

        public StringMatchFilterBuilder()
    • Method Detail

      • parse

        public Filter parse​(org.w3c.dom.Element filterElement,
                            XmlConfiguration config)
        Description copied from interface: Parser
        Parses a DOM Element.
        Specified by:
        parse in interface Parser<Filter>
        Parameters:
        filterElement - the DOM Element.
        config - the XML configuration.
        Returns:
        parse result.
      • createFilter

        private Filter createFilter​(java.lang.String text,
                                    boolean acceptOnMatch)