Uses of Interface
org.apache.uima.resource.ConfigurationManager
Packages that use ConfigurationManager
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of ConfigurationManager in org.apache.uima
Fields in org.apache.uima with type parameters of type ConfigurationManagerModifier and TypeFieldDescriptionstatic final ThreadLocal<ConfigurationManager>
UIMAFramework.newContextConfigManager
Methods in org.apache.uima that return ConfigurationManagerModifier 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.Methods in org.apache.uima with parameters of type ConfigurationManagerModifier 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
Methods in org.apache.uima.impl that return ConfigurationManagerModifier 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()
Methods in org.apache.uima.impl with parameters of type ConfigurationManagerModifier 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
Classes in org.apache.uima.resource.impl that implement ConfigurationManagerModifier and TypeClassDescriptionclass
Basic standalone Configuration Manager implmentation.class
Convenience base class for Configuration Manager implementations.