Uses of Interface
org.apache.uima.resource.ConfigurationManager
Package
Description
Apache UIMA
Apache UIMA internals
-
Uses of ConfigurationManager in org.apache.uima
Modifier and TypeFieldDescriptionstatic final ThreadLocal<ConfigurationManager>
UIMAFramework.newContextConfigManager
Modifier and TypeMethodDescriptionprotected abstract ConfigurationManager
UIMAFramework._newConfigurationManager()
To be implemented by subclasses; this should return a new instance of the defaultConfigurationManager
used by this implementation.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 theConfigurationManager
used by this implementation.Modifier and TypeMethodDescriptionvoid
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 aUimaContext
. -
Uses of ConfigurationManager in org.apache.uima.impl
Modifier and TypeMethodDescriptionprotected ConfigurationManager
UIMAFramework_impl._newConfigurationManager()
To be implemented by subclasses; this should return a new instance of theConfigurationManager
used by this implementation.ChildUimaContext_impl.getConfigurationManager()
RootUimaContext_impl.getConfigurationManager()
Modifier and TypeMethodDescriptionvoid
ChildUimaContext_impl.initializeRoot
(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager) void
RootUimaContext_impl.initializeRoot
(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager) -
Uses of ConfigurationManager in org.apache.uima.resource.impl
Modifier and TypeClassDescriptionclass
Basic standalone Configuration Manager implmentation.class
Convenience base class for Configuration Manager implementations.