| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource.impl | 
| Modifier and Type | Field and Description | 
|---|---|
| static ThreadLocal<ConfigurationManager> | UIMAFramework. newContextConfigManager | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract ConfigurationManager | UIMAFramework. _newConfigurationManager()To be implemented by subclasses; this should return a new instance of the default
  ConfigurationManagerused 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  ConfigurationManagerused by this implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConfigurationManager | UIMAFramework_impl. _newConfigurationManager()To be implemented by subclasses; this should return a new instance of the
  ConfigurationManagerused by this implementation. | 
| ConfigurationManager | RootUimaContext_impl. getConfigurationManager() | 
| ConfigurationManager | ChildUimaContext_impl. getConfigurationManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RootUimaContext_impl. initializeRoot(Logger aLogger,
              ResourceManager aResourceManager,
              ConfigurationManager aConfigurationManager) | 
| void | ChildUimaContext_impl. initializeRoot(Logger aLogger,
              ResourceManager aResourceManager,
              ConfigurationManager aConfigurationManager) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConfigurationManager_implBasic standalone Configuration Manager implmentation. | 
| class  | ConfigurationManagerImplBaseConvenience base class for Configuration Manager implementations. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.