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. newContextConfigManagerMethods in org.apache.uima that return ConfigurationManager Modifier and Type Method Description protected abstract ConfigurationManagerUIMAFramework. _newConfigurationManager()To be implemented by subclasses; this should return a new instance of the defaultConfigurationManagerused by this implementation.ConfigurationManagerUimaContextAdmin. getConfigurationManager()Gets the ConfigurationManager instance used by this UimaContext to resolve configuration parameter resource accesses.static ConfigurationManagerUIMAFramework. newConfigurationManager()Gets a new instance of theConfigurationManagerused by this implementation.Methods in org.apache.uima with parameters of type ConfigurationManager Modifier and Type Method Description voidUimaContextAdmin. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)Initializes a root UimaContext.static UimaContextAdminUIMAFramework. 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 ConfigurationManagerUIMAFramework_impl. _newConfigurationManager()To be implemented by subclasses; this should return a new instance of theConfigurationManagerused by this implementation.ConfigurationManagerChildUimaContext_impl. getConfigurationManager()ConfigurationManagerRootUimaContext_impl. getConfigurationManager()Methods in org.apache.uima.impl with parameters of type ConfigurationManager Modifier and Type Method Description voidChildUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)voidRootUimaContext_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 classConfigurationManager_implBasic standalone Configuration Manager implmentation.classConfigurationManagerImplBaseConvenience base class for Configuration Manager implementations.
-