public class AEProviderFactory extends Object
AEProviders' creation| Modifier and Type | Method and Description |
|---|---|
AEProvider |
getAEProvider(String aePath) |
AEProvider |
getAEProvider(String aePath,
Map<String,Object> runtimeParameters) |
AEProvider |
getAEProvider(String keyPrefix,
String aePath,
Map<String,Object> runtimeParameters) |
static AEProviderFactory |
getInstance() |
public static AEProviderFactory getInstance()
public AEProvider getAEProvider(String keyPrefix, String aePath, Map<String,Object> runtimeParameters)
keyPrefix - a prefix of the key used to cache the AEProvideraePath - the AnalysisEngine descriptor pathruntimeParameters - map of runtime parameters to configure inside the AnalysisEnginepublic AEProvider getAEProvider(String aePath)
aePath - the AnalysisEngine descriptor pathpublic AEProvider getAEProvider(String aePath, Map<String,Object> runtimeParameters)
aePath - the AnalysisEngine descriptor pathruntimeParameters - map of runtime parameters to configure inside the AnalysisEngineCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.