Class Search


  • public class Search
    extends java.lang.Object
    Version:
    $Revision: 1.8 $
    Author:
    $author$
    • Constructor Summary

      Constructors 
      Constructor Description
      Search()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean matchesWildcardQuery​(java.lang.String str, java.lang.String query)  
      • Methods inherited from class java.lang.Object

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

      • Search

        public Search()
    • Method Detail

      • matchesWildcardQuery

        public static boolean matchesWildcardQuery​(java.lang.String str,
                                                   java.lang.String query)
                                            throws java.lang.IllegalArgumentException
        Parameters:
        str -
        query -
        Returns:
        Throws:
        java.lang.IllegalArgumentException