Uses of Class
org.apache.uima.resource.ResourceConfigurationException
Package
Description
Apache UIMA
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Classes and interfaces for collection processing.
Java object representation of a CPE Descriptor.
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of ResourceConfigurationException in org.apache.uima
Modifier and TypeMethodDescriptionString[]
UimaContext.getSharedSettingArray
(String name) Get the array of values for a shared configuration parameter from the external override settings.UimaContext.getSharedSettingValue
(String name) Get the value of a shared configuration parameter from the external override settings. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_component
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
AnalysisEngine.reconfigure()
Reconfigures this Resource using the most current parameter settings. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.asb.impl
-
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.impl
Modifier and TypeMethodDescriptionvoid
AggregateAnalysisEngine_impl.reconfigure()
void
AnalysisEngineProcessorAdapter.reconfigure()
void
MultiprocessingAnalysisEngine_impl.reconfigure()
void
PearAnalysisEngineWrapper.reconfigure()
void
PrimitiveAnalysisEngine_impl.reconfigure()
void
UimacppAnalysisEngineImpl.reconfigure()
void
AnalysisEngineDescription_impl.validate
(ResourceManager aResourceManager) Determines if the AnalysisEngineDescription is valid. -
Uses of ResourceConfigurationException in org.apache.uima.analysis_engine.service.impl
-
Uses of ResourceConfigurationException in org.apache.uima.collection
Modifier and TypeMethodDescriptionvoid
CollectionProcessingManager.addCasConsumer
(CasConsumer aCasConsumer) Adds aCasConsumer
to this CPM.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
CollectionReader_ImplBase.reconfigure()
Notifies this Collection Reader that its configuration parameter settings have been changed.void
CollectionProcessingManager.setAnalysisEngine
(AnalysisEngine aAnalysisEngine) Sets theAnalysisEngine
that is assigned to this CPM. -
Uses of ResourceConfigurationException in org.apache.uima.collection.base_cpm
Modifier and TypeMethodDescriptionvoid
BaseCPM.addCasProcessor
(CasProcessor aCasProcessor) Adds aCasProcessor
to this CPM's list of consumers.void
BaseCPM.addCasProcessor
(CasProcessor aCasProcessor, int aIndex) Adds aCasProcessor
to this CPM's list of consumers. -
Uses of ResourceConfigurationException in org.apache.uima.collection.metadata
Modifier and TypeMethodDescriptionCpeComponentDescriptor.findAbsoluteUrl
(ResourceManager aResourceManager) Returns the absolute URL where the component descriptor is located. -
Uses of ResourceConfigurationException in org.apache.uima.flow
Modifier and TypeMethodDescriptionvoid
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.impl
Modifier and TypeMethodDescriptionString[]
UimaContext_ImplBase.getSharedSettingArray
(String name) UimaContext_ImplBase.getSharedSettingValue
(String name) -
Uses of ResourceConfigurationException in org.apache.uima.resource
Modifier and TypeMethodDescriptionvoid
ConfigurationManager.createContext
(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
(String aContextName) Completes the reconfiguration of parameters within the specified context.void
ResourceCreationSpecifier.validate()
Checks that thisResourceCreationSpecifier
is valid.void
ResourceCreationSpecifier.validate
(ResourceManager aResourceManager) Checks that thisResourceCreationSpecifier
is valid. -
Uses of ResourceConfigurationException in org.apache.uima.resource.impl
Modifier and TypeMethodDescriptionvoid
ConfigurationManagerImplBase.createContext
(String aContextName, ResourceMetaData aResourceMetaData, Settings externalOverrides) protected void
ConfigurationManager_impl.declareParameters
(String aGroupName, ConfigurationParameter[] aParams, ConfigurationParameterSettings aSettings, String aContextName, Settings aExternalOverrides) protected void
ConfigurationManagerImplBase.declareParameters
(String aGroupName, ConfigurationParameter[] aParams, ConfigurationParameterSettings aSettings, String aContextName, Settings aExternalOverrides) Called during creation of a new context.void
ConfigurationManagerImplBase.reconfigure
(String aContextName) final void
ResourceCreationSpecifier_impl.validate()
Determines if the AnalysisEngineDescription is valid.void
ResourceCreationSpecifier_impl.validate
(ResourceManager aResourceManager) -
Uses of ResourceConfigurationException in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionvoid
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.resource.metadata.impl
Modifier and TypeMethodDescriptionprotected void
ResourceMetaData_impl.validateConfigurationParameterDataTypeMatch
(ConfigurationParameter aParam, NameValuePair aNVP) Validate that a value is of an appropriate data type for assignment to the given parameter.void
ResourceMetaData_impl.validateConfigurationParameterSettings()
Validates configuration parameter settings within this Resource MetaData, and throws an exception if they are not valid.protected void
ResourceMetaData_impl.validateConfigurationParameterSettings
(NameValuePair[] aNVPs, String aGroupName, ConfigurationParameterDeclarations aParamDecls) Validates configuration parameter settings within a group. -
Uses of ResourceConfigurationException in org.apache.uima.util
Modifier and TypeMethodDescriptionSettings.getSetting
(String name) Get the value of an external override setting.String[]
Settings.getSettingArray
(String name) Get the array of values for an external override setting.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.Look up the value for a property. -
Uses of ResourceConfigurationException in org.apache.uima.util.impl
Modifier and TypeMethodDescriptionSettings_impl.getSetting
(String name) String[]
Settings_impl.getSettingArray
(String name) void
Settings_impl.loadSystemDefaults()
Load properties from the comma-separated list of resources specified in the system property UimaExternalOverrides Resource names may be specified with a prefix of "file:" or "path:".Look up the value for a property.