Class ContainsTextFilterFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      ContainsTextFilterFactory​(boolean caseSensitive, boolean allowGlobbing)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TextFilter getTextFilter​(java.lang.String text)
      The factory's method for creating a text filter.
      • Methods inherited from class java.lang.Object

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

      • ContainsTextFilterFactory

        public ContainsTextFilterFactory​(boolean caseSensitive,
                                         boolean allowGlobbing)
    • Method Detail

      • getTextFilter

        public TextFilter getTextFilter​(java.lang.String text)
        Description copied from interface: TextFilterFactory
        The factory's method for creating a text filter.
        Specified by:
        getTextFilter in interface TextFilterFactory
        Parameters:
        text - the text used to create the filter
        Returns:
        the filter