|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationManager | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
Uses of ConfigurationManager in org.apache.uima |
---|
Methods in org.apache.uima that return ConfigurationManager | |
---|---|
protected abstract ConfigurationManager |
UIMAFramework._newConfigurationManager()
To be implemented by subclasses; this should return a new instance of the default ConfigurationManager used by this implementation. |
ConfigurationManager |
UimaContextAdmin.getConfigurationManager()
Gets the ConfigurationManager instance used by this UimaContext to resolve configuration parameter resource accesses. |
static ConfigurationManager |
UIMAFramework.newConfigurationManager()
Gets a new instance of the ConfigurationManager used by this implementation. |
Methods in org.apache.uima with parameters of type ConfigurationManager | |
---|---|
void |
UimaContextAdmin.initializeRoot(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigurationManager)
Initializes a root UimaContext. |
static UimaContextAdmin |
UIMAFramework.newUimaContext(Logger aLogger,
ResourceManager aResourceManager,
ConfigurationManager aConfigManager)
Gets a new instance of a UimaContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |