Class MacroFilter

    • Constructor Detail

      • MacroFilter

        public MacroFilter()
    • Method Detail

      • getMacroRepository

        protected Repository getMacroRepository()
      • handleMatch

        public void handleMatch​(StringBuffer buffer,
                                MatchResult result,
                                FilterContext context)
        Description copied from class: RegexTokenFilter
        Method is called for every occurance of a regular expression. Subclasses have to implement this mehtod.
        Specified by:
        handleMatch in class RegexTokenFilter
        Parameters:
        buffer - Buffer to write replacement string to
        result - Hit with the found regualr expression
        context - FilterContext for filters