public class AEProviderFactory extends Object
AEProvider
s' creationModifier 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-2016 Apache Software Foundation. All Rights Reserved.