| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.analysis_engine.metadata | Interfaces for objects that represent metadata for an
Analysis Engine. | 
| 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 | 
|---|---|
| ResourceMetaData | ResourceSpecifierFactory. createResourceMetaData()Creates a  ResourceMetaData. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnalysisEngineMetaDataEncapsulates all of the metadata for an Analysis Engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceMetaData | ResourceServiceStub. callGetMetaData()Performs service call to retrieve resource meta data. | 
| ResourceMetaData | ConfigurableDataResourceSpecifier. getMetaData()Gets the metadata for this resource, which includes descriptive information as well as
 configuration settings. | 
| ResourceMetaData | Resource. getMetaData()Gets the metadata that describes this  Resource. | 
| ResourceMetaData | ResourceCreationSpecifier. getMetaData()Retrieves the  ResourceMetaDatato assign to the newly constructedResourceCreationSpecifier. | 
| ResourceMetaData | Resource_ImplBase. getMetaData() | 
| 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 | ConfigurableDataResourceSpecifier. setMetaData(ResourceMetaData aMetaData)Sets the metadata for this resource. | 
| void | ResourceCreationSpecifier. setMetaData(ResourceMetaData aMetaData)Sets the MetaData for this  ResourceCreationSpecifier. | 
| protected void | Resource_ImplBase. setMetaData(ResourceMetaData aMetaData)Sets the  ResourceMetaDataobject associated with thisResource. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ProcessingResourceMetaData | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceMetaData | XMLParser. parseResourceMetaData(XMLInputSource aInput)Parses a ResourceMetaData object from an XML input stream. | 
| ResourceMetaData | XMLParser. parseResourceMetaData(XMLInputSource aInput,
                     XMLParser.ParsingOptions aOptions)Parses a ResourceMetaData object from an XML input stream. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.