org.apache.solr.uima.processor.ae
Class AEProviderFactory

java.lang.Object
  extended by org.apache.solr.uima.processor.ae.AEProviderFactory

public class AEProviderFactory
extends Object

Singleton factory class responsible of AEProviders' creation

Version:
$Id$

Method Summary
 AEProvider getAEProvider(String core, String aePath, Map<String,Object> runtimeParameters)
           
static AEProviderFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AEProviderFactory getInstance()

getAEProvider

public AEProvider getAEProvider(String core,
                                String aePath,
                                Map<String,Object> runtimeParameters)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.