Uses of Interface
org.apache.uima.resource.ConfigurationManager

Packages that use ConfigurationManager
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.resource.impl   
 

Uses of ConfigurationManager in org.apache.uima
 

Methods in org.apache.uima that return ConfigurationManager
protected abstract  ConfigurationManager UIMAFramework._newConfigurationManager()
          To be implemented by subclasses; this should return a new instance of the default ConfigurationManager 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 the ConfigurationManager used by this implementation.
 

Methods in org.apache.uima with parameters of type ConfigurationManager
 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.
 

Uses of ConfigurationManager in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return ConfigurationManager
protected  ConfigurationManager UIMAFramework_impl._newConfigurationManager()
          To be implemented by subclasses; this should return a new instance of the {@link ConfigurationManager) used by this implementation.
 ConfigurationManager RootUimaContext_impl.getConfigurationManager()
           
 ConfigurationManager ChildUimaContext_impl.getConfigurationManager()
           
 

Methods in org.apache.uima.impl with parameters of type ConfigurationManager
 void RootUimaContext_impl.initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)
           
 void ChildUimaContext_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
 class ConfigurationManager_impl
          Basic standalone Configuration Manager implmentation.
 class ConfigurationManagerImplBase
          Convenience base class for Configuration Manager implementations.
 



Copyright © 2011. All Rights Reserved.