com.liferay.portal.kernel.search
Class IndexerRegistryUtil
java.lang.Object
com.liferay.portal.kernel.search.IndexerRegistryUtil
public class IndexerRegistryUtil
- extends java.lang.Object
View Source
- Author:
- Raymond Augé
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexerRegistryUtil
public IndexerRegistryUtil()
getIndexer
public static Indexer getIndexer(java.lang.String className)
getIndexerRegistry
public static IndexerRegistry getIndexerRegistry()
getIndexers
public static java.util.List<Indexer> getIndexers()
register
public static void register(java.lang.String className,
Indexer indexer)
unregister
public static void unregister(java.lang.String className)
setIndexerRegistry
public void setIndexerRegistry(IndexerRegistry indexerRegistry)