Class WhitelistRegexFilter

    • Constructor Detail

      • WhitelistRegexFilter

        public WhitelistRegexFilter()
    • Method Detail

      • acceptByDefault

        protected boolean acceptByDefault()
        Description copied from class: RegexFilter
        If no pattern matches, whether the query should be considered as an accept.
        Specified by:
        acceptByDefault in class RegexFilter
      • entriesArePositiveByDefault

        protected boolean entriesArePositiveByDefault()
        Description copied from class: RegexFilter
        If a pattern is not preceded by + or -, whether the query should be considered positive.
        Specified by:
        entriesArePositiveByDefault in class RegexFilter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object