Uses of Class
org.apache.uima.resource.ResourceConfigurationException

Packages that use ResourceConfigurationException
org.apache.uima.analysis_component   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.flow   
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

Uses of ResourceConfigurationException in org.apache.uima.analysis_component
 

Methods in org.apache.uima.analysis_component that throw ResourceConfigurationException
 void AnalysisComponent_ImplBase.reconfigure()
          Notifies this AnalysisComponent that its configuration parameters have changed.
 void AnalysisComponent.reconfigure()
          Alerts this AnalysisComponent that the values of its configuration parameters or external resources have changed.
 

Uses of ResourceConfigurationException in org.apache.uima.analysis_engine
 

Methods in org.apache.uima.analysis_engine that throw ResourceConfigurationException
 void AnalysisEngine.reconfigure()
          Reconfigures this Resource using the most current parameter settings.
 

Uses of ResourceConfigurationException in org.apache.uima.collection
 

Methods in org.apache.uima.collection that throw ResourceConfigurationException
 void CollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer)
          Adds a CasConsumer to this CPM.
 void CollectionReader_ImplBase.reconfigure()
          Notifies this Collection Reader that its configuration parameter settings have been changed.
 void CasConsumer_ImplBase.reconfigure()
          Notifies this CAS Consumer that its configuration parameter settings have been changed.
 void CasInitializer_ImplBase.reconfigure()
          Deprecated. Notifies this CAS Initializer that its configuration parameter settings have been changed.
 void CollectionProcessingManager.setAnalysisEngine(AnalysisEngine aAnalysisEngine)
          Sets the AnalysisEngine that is assigned to this CPM.
 

Uses of ResourceConfigurationException in org.apache.uima.collection.base_cpm
 

Methods in org.apache.uima.collection.base_cpm that throw ResourceConfigurationException
 void BaseCPM.addCasProcessor(CasProcessor aCasProcessor)
          Adds a CasProcessor to this CPM's list of consumers.
 void BaseCPM.addCasProcessor(CasProcessor aCasProcessor, int aIndex)
          Adds a CasProcessor to this CPM's list of consumers.
 

Uses of ResourceConfigurationException in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that throw ResourceConfigurationException
 java.net.URL CpeComponentDescriptor.findAbsoluteUrl(ResourceManager aResourceManager)
          Returns the absolute URL where the component descriptor is located.
 

Uses of ResourceConfigurationException in org.apache.uima.flow
 

Methods in org.apache.uima.flow that throw ResourceConfigurationException
 void FlowController_ImplBase.reconfigure()
           
 void FlowController.reconfigure()
          Alerts this FlowController that the values of its configuration parameters or external resources have changed.
 

Uses of ResourceConfigurationException in org.apache.uima.resource
 

Methods in org.apache.uima.resource that throw ResourceConfigurationException
 void ConfigurationManager.createContext(java.lang.String aContextName, ResourceMetaData aResourceMetaData, Settings externalSettings)
          Creates and sets up a new configuration parameter context.
 void ConfigurableResource_ImplBase.reconfigure()
           
 void ConfigurableResource.reconfigure()
          Instructs this Resource to re-read its configuration parameter settings.
 void ConfigurationManager.reconfigure(java.lang.String aContextName)
          Completes the reconfiguration of parameters within the specified context.
 void ResourceCreationSpecifier.validate()
          Checks that this ResourceCreationSpecifier is valid.
 void ResourceCreationSpecifier.validate(ResourceManager aResourceManager)
          Checks that this ResourceCreationSpecifier is valid.
 

Uses of ResourceConfigurationException in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata that throw ResourceConfigurationException
 void ResourceMetaData.validateConfigurationParameterSettings()
          Validates configuration parameter settings within this Resource MetaData, and throws an exception if they are not valid.
 

Uses of ResourceConfigurationException in org.apache.uima.util
 

Methods in org.apache.uima.util that throw ResourceConfigurationException
 void Settings.loadSystemDefaults()
          Load properties from the comma-separated list of files specified in the system property UimaExternalOverrides Files are loaded in order --- so in descending priority.
 java.lang.String Settings.lookUp(java.lang.String name)
          Look up the value for a property.
 



Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.