Liferay 6.0.5

com.liferay.portal.search
Class IndexerRegistryImpl

java.lang.Object
  extended by com.liferay.portal.search.IndexerRegistryImpl
All Implemented Interfaces:
IndexerRegistry

public class IndexerRegistryImpl
extends Object
implements IndexerRegistry


Constructor Summary
IndexerRegistryImpl()
           
 
Method Summary
 Indexer getIndexer(String className)
           
 List<Indexer> getIndexers()
           
 void register(String className, Indexer indexerInstance)
           
 void unregister(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerRegistryImpl

public IndexerRegistryImpl()
Method Detail

getIndexer

public Indexer getIndexer(String className)
Specified by:
getIndexer in interface IndexerRegistry

getIndexers

public List<Indexer> getIndexers()
Specified by:
getIndexers in interface IndexerRegistry

register

public void register(String className,
                     Indexer indexerInstance)
Specified by:
register in interface IndexerRegistry

unregister

public void unregister(String className)
Specified by:
unregister in interface IndexerRegistry

Liferay 6.0.5