Interface MultiStringMatcher.Builder

    • Method Detail

      • add

        MultiStringMatcher.Builder add​(java.lang.String... searchStrings)
        Adds search strings to be looked for. null and empty strings in the arguments are ignored.
        Parameters:
        searchStrings - to add to be looked for by the matcher.
        Returns:
        this
        Throws:
        java.lang.IllegalStateException - if the MultiStringMatcher was already built.