com.liferay.portal.kernel.search
Class IndexerRegistryUtil
java.lang.Object
com.liferay.portal.kernel.search.IndexerRegistryUtil
public class IndexerRegistryUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIndexer
public static Indexer getIndexer(Class<?> clazz)
getIndexer
public static Indexer getIndexer(String className)
getIndexers
public static List<Indexer> getIndexers()
nullSafeGetIndexer
public static Indexer nullSafeGetIndexer(Class<?> clazz)
nullSafeGetIndexer
public static Indexer nullSafeGetIndexer(String className)
register
public static void register(Indexer indexer)
register
public static void register(String className,
Indexer indexer)
unregister
public static void unregister(Indexer indexer)
unregister
public static void unregister(String className)