Class SearchManager


  • public class SearchManager
    extends java.lang.Object
    Author:
    baldersheim
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SearchManager add​(SearchDef def)
      This will add a searchdefinition or throw an IllegalArgumentException if the name is already used
      • Methods inherited from class java.lang.Object

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

      • SearchManager

        public SearchManager()
    • Method Detail

      • add

        public SearchManager add​(SearchDef def)
        This will add a searchdefinition or throw an IllegalArgumentException if the name is already used
        Parameters:
        def - The searchdef to add
        Returns:
        itself for chaining purposes.