Class DefaultFilterFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String DEFAULT_ATTRIBUTE_DESCRIPTION_CHARS
      Lower and upper case ASCII alphabetical, digits, semi-colon, dot, dash.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Filter parseFilterComp​(java.lang.String filter)
      Inspects the supplied filter string and creates the type of filter it represents.
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_ATTRIBUTE_DESCRIPTION_CHARS

        protected static final java.lang.String DEFAULT_ATTRIBUTE_DESCRIPTION_CHARS
        Lower and upper case ASCII alphabetical, digits, semi-colon, dot, dash.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultFilterFunction

        public DefaultFilterFunction()
        Default constructor.
      • DefaultFilterFunction

        public DefaultFilterFunction​(java.lang.String validChars)
        Creates a new default filter function.
        Parameters:
        validChars - characters that are valid for an attribute description