Package org.olat.core.commons.services.search

Examples of org.olat.core.commons.services.search.SearchModuleConfig


  /**
   * @see org.olat.core.configuration.OLATModule#init(com.anthonyeden.lib.config.Configuration)
   */
  public void init(Configuration moduleConfig) {
    SearchServiceImpl.getInstance().init(new SearchModuleConfig(moduleConfig));
   
  }
View Full Code Here

TOP

Related Classes of org.olat.core.commons.services.search.SearchModuleConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.