|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of ResourceConfigurationException in org.apache.uima.analysis_component |
---|
Methods in org.apache.uima.analysis_component that throw ResourceConfigurationException | |
---|---|
void |
AnalysisComponent.reconfigure()
Alerts this AnalysisComponent that the values of its configuration parameters or external resources have changed. |
void |
AnalysisComponent_ImplBase.reconfigure()
Notifies this AnalysisComponent that its configuration parameters 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 |
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 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 | |
---|---|
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.reconfigure()
Alerts this FlowController that the values of its configuration parameters or external resources have changed. |
void |
FlowController_ImplBase.reconfigure()
|
Uses of ResourceConfigurationException in org.apache.uima.resource |
---|
Methods in org.apache.uima.resource that throw ResourceConfigurationException | |
---|---|
void |
ConfigurationManager.createContext(String aContextName,
ResourceMetaData aResourceMetaData)
Creates and sets up a new configuration parameter context. |
void |
ConfigurableResource.reconfigure()
Instructs this Resource to re-read its configuration parameter settings. |
void |
ConfigurableResource_ImplBase.reconfigure()
|
void |
ConfigurationManager.reconfigure(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |