| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| 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  ResourcesandResourceSpecifiers. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | UimaContext. getSharedSettingArray(String name)Get the array of values for a shared configuration parameter from the external override settings. | 
| String | UimaContext. getSharedSettingValue(String name)Get the value of a shared configuration parameter from the external override settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngine. reconfigure()Reconfigures this Resource using the most current parameter settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CollectionProcessingManager. addCasConsumer(CasConsumer aCasConsumer)Adds a  CasConsumerto 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  AnalysisEnginethat is assigned to this CPM. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor)Adds a  CasProcessorto this CPM's list of consumers. | 
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor,
               int aIndex)Adds a  CasProcessorto this CPM's list of consumers. | 
| Modifier and Type | Method and Description | 
|---|---|
| URL | CpeComponentDescriptor. findAbsoluteUrl(ResourceManager aResourceManager)Returns the absolute URL where the component descriptor is located. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FlowController. reconfigure()Alerts this FlowController that the values of its configuration parameters or external
 resources have changed. | 
| void | FlowController_ImplBase. reconfigure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigurationManager. createContext(String aContextName,
             ResourceMetaData aResourceMetaData,
             Settings externalSettings)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  ResourceCreationSpecifieris valid. | 
| void | ResourceCreationSpecifier. validate(ResourceManager aResourceManager)Checks that this  ResourceCreationSpecifieris valid. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceMetaData. validateConfigurationParameterSettings()Validates configuration parameter settings within this Resource MetaData, and throws an
 exception if they are not valid. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Settings. 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. | 
| String | Settings. lookUp(String name)Look up the value for a property. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.