Uses of Interface
org.apache.uima.resource.ConfigurationManager
-
Packages that use ConfigurationManager Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.resource.impl -
-
Uses of ConfigurationManager in org.apache.uima
Fields in org.apache.uima with type parameters of type ConfigurationManager Modifier and Type Field Description static java.lang.ThreadLocal<ConfigurationManager>
UIMAFramework. newContextConfigManager
Methods in org.apache.uima that return ConfigurationManager Modifier and Type Method Description protected abstract ConfigurationManager
UIMAFramework. _newConfigurationManager()
To be implemented by subclasses; this should return a new instance of the defaultConfigurationManager
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 theConfigurationManager
used by this implementation.Methods in org.apache.uima with parameters of type ConfigurationManager Modifier and Type Method 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 aUimaContext
. -
Uses of ConfigurationManager in org.apache.uima.impl
Methods in org.apache.uima.impl that return ConfigurationManager Modifier and Type Method Description protected ConfigurationManager
UIMAFramework_impl. _newConfigurationManager()
To be implemented by subclasses; this should return a new instance of theConfigurationManager
used by this implementation.ConfigurationManager
ChildUimaContext_impl. getConfigurationManager()
ConfigurationManager
RootUimaContext_impl. getConfigurationManager()
Methods in org.apache.uima.impl with parameters of type ConfigurationManager Modifier and Type Method Description void
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 ConfigurationManager Modifier and Type Class Description class
ConfigurationManager_impl
Basic standalone Configuration Manager implmentation.class
ConfigurationManagerImplBase
Convenience base class for Configuration Manager implementations.
-