| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.metadata | Interfaces for objects that represent metadata for an
Analysis Engine. | 
| org.apache.uima.collection.impl.metadata.cpe | |
| org.apache.uima.pear.tools | The  org.apache.uima.pear.toolspackage provides applications 
and tools that allow installing PEAR packages containing UIMA-compliant 
components, verifying serviceability of installed components by using 
UIMA API and browsing PEAR packages. | 
| 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 | 
|---|---|
| Map<String,ResourceSpecifier> | AnalysisEngineDescription. getAllComponentSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this
 aggregate. | 
| Map<String,ResourceSpecifier> | AnalysisEngineDescription. getDelegateAnalysisEngineSpecifiers()For an aggregate AnalysisEngine only, retrieves a collection of  ResourceSpecifiers
 that indicate which delegate AnalysisEngines comprise the aggregate. | 
| Map<String,ResourceSpecifier> | AnalysisEngineDescription. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, retrieves a collection of  ResourceSpecifiers
 that indicate which delegate AnalysisEngines comprise the aggregate. | 
| void | AnalysisEngineDescription. resolveImports(Collection<String> aAlreadyImportedDelegateAeUrls,
              ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription. | 
| void | AnalysisEngineDescription. resolveImports(ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FlowControllerDeclaration. resolveImports()Resolves an imported FlowController specifier, if there is one. | 
| void | FlowControllerDeclaration. resolveImports(ResourceManager aResourceManager)Resolves an imported FlowController specifier, if there is one. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CpeDescription | CpeDescriptorFactory. produceDescriptor(InputStream aInput)Parse a CpeDescription from a given input stream. | 
| static CpeDescription | CpeDescriptorFactory. produceDescriptor(XMLInputSource aInput)Parse a CpeDescription from a descriptor file. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstallationController.TestStatus | InstallationTester. doTest() | 
| Constructor and Description | 
|---|
| InstallationTester(PackageBrowser pkgBrowser)Creates new instance of the  InstallationTesterclass, identifies a specified
 component using UIMA API. | 
| Modifier and Type | Method and Description | 
|---|---|
| URL | Import. findAbsoluteUrl(ResourceManager aResourceManager)Computes the absolute URL for this import, using the relative location or name, whichever is
 specified by this import object. | 
| void | FsIndexCollection. resolveImports()Resolves any import declarations in this FS Index Collection, adding the imported
 FsIndexDescriptions directly onto this FsIndexCollection's  fsIndexeslist. | 
| void | ProcessingResourceMetaData. resolveImports()Resolves any import declarations. | 
| void | ResourceManagerConfiguration. resolveImports()Resolves any import declarations in this resource manager configuration, adding the imported
 external resources and external resource bindings directly onto this
 ResourceManagerConfiguration's  externalResourcesandexternalResourceBindingslists. | 
| void | ResourceMetaData. resolveImports()Resolves any import declarations throughout this metadata. | 
| void | TypePriorities. resolveImports()Resolves any import declarations in this Type Priorities declaration, adding the imported
  TypePriorityListobjects directly onto this TypePriorities object'spriorityLists. | 
| void | TypeSystemDescription. resolveImports()Resolves any import declarations in this type system, adding the imported types directly onto
 this TypeSystemDescription's  typeslist. | 
| void | FsIndexCollection. resolveImports(Collection<String> aAlreadyImportedFsIndexCollectionURLs,
              ResourceManager aResourceManager)Resolves any import declarations in this FS Index Collection, adding the imported
 FsIndexDescriptions directly onto this FsIndexCollection's  fsIndexeslist. | 
| void | ResourceManagerConfiguration. resolveImports(Collection<String> aAlreadyImportedURLs,
              ResourceManager aResourceManager)Resolves any import declarations in this resource manager configuration, adding the imported
 external resources and external resource bindings directly onto this
 ResourceManagerConfiguration's  externalResourcesandexternalResourceBindingslists. | 
| void | TypePriorities. resolveImports(Collection<String> aAlreadyImportedPriorityListURLs,
              ResourceManager aResourceManager)Resolves any import declarations in this Type Priorities declaration, adding the imported
  TypePriorityListobjects directly onto this TypePriorities object'spriorityLists. | 
| void | TypeSystemDescription. resolveImports(Collection<String> aAlreadyImportedTypeSystemURLs,
              ResourceManager aResourceManager)Resolves any import declarations in this type system, adding the imported types directly onto
 this TypeSystemDescription's  typeslist. | 
| void | FsIndexCollection. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this FS Index Collection, adding the imported
 FsIndexDescriptions directly onto this FsIndexCollection's  fsIndexeslist. | 
| void | ProcessingResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations. | 
| void | ResourceManagerConfiguration. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this resource manager configuration, adding the imported
 external resources and external resource bindings directly onto this
 ResourceManagerConfiguration's  externalResourcesandexternalResourceBindingslists. | 
| void | ResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations throughout this metadata. | 
| void | TypePriorities. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this Type Priorities declaration, adding the imported
  TypePriorityListobjects directly onto this TypePriorities object'spriorityLists. | 
| void | TypeSystemDescription. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this type system, adding the imported types directly onto
 this TypeSystemDescription's  typeslist. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XMLizable. buildFromXMLElement(Element aElement,
                   XMLParser aParser)Initializes this object from its XML DOM representation. | 
| void | XMLizable. buildFromXMLElement(Element aElement,
                   XMLParser aParser,
                   XMLParser.ParsingOptions aOptions)Initializes this object from its XML DOM representation. | 
| XMLizable | XMLParser. buildObject(Element aElement)Builds an object from its XML DOM representation. | 
| XMLizable | XMLParser. buildObject(Element aElement,
           XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation. | 
| Object | XMLParser. buildObjectOrPrimitive(Element aElement,
                      XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation. | 
| XMLizable | SaxDeserializer. getObject()Retrieves the  XMLizableobject that has been built from the SAX events this object has
 already received. | 
| XMLizable | XMLParser. parse(XMLInputSource aInput)Parses an XML input stream and produces an object. | 
| XMLizable | XMLParser. parse(XMLInputSource aInput,
     String aNamespaceForSchema,
     URL aSchemaUrl)Parses an XML input stream and produces an object. | 
| XMLizable | XMLParser. parse(XMLInputSource aInput,
     String aNamespaceForSchema,
     URL aSchemaUrl,
     XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object. | 
| XMLizable | XMLParser. parse(XMLInputSource aInput,
     XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object. | 
| AnalysisEngineDescription | XMLParser. parseAnalysisEngineDescription(XMLInputSource aInput)Parses an AnalysisEngineDescription from an XML input stream. | 
| AnalysisEngineDescription | XMLParser. parseAnalysisEngineDescription(XMLInputSource aInput,
                              XMLParser.ParsingOptions aOptions)Parses an AnalysisEngineDescription from an XML input stream. | 
| CasConsumerDescription | XMLParser. parseCasConsumerDescription(XMLInputSource aInput)Parses a CasConsumerDescription from an XML input stream. | 
| CasConsumerDescription | XMLParser. parseCasConsumerDescription(XMLInputSource aInput,
                           XMLParser.ParsingOptions aOptions)Parses a CasConsumerDescription from an XML input stream. | 
| CasInitializerDescription | XMLParser. parseCasInitializerDescription(XMLInputSource aInput)Parses a CasInitializerDescription from an XML input stream. | 
| CasInitializerDescription | XMLParser. parseCasInitializerDescription(XMLInputSource aInput,
                              XMLParser.ParsingOptions aOptions)Parses a CasInitializerDescription from an XML input stream. | 
| CollectionReaderDescription | XMLParser. parseCollectionReaderDescription(XMLInputSource aInput)Parses a CollectionReaderDescription from an XML input stream. | 
| CollectionReaderDescription | XMLParser. parseCollectionReaderDescription(XMLInputSource aInput,
                                XMLParser.ParsingOptions aOptions)Parses a CollectionReaderDescription from an XML input stream. | 
| CpeDescription | XMLParser. parseCpeDescription(XMLInputSource aInput)Parses a CpeDescription from an XML input stream. | 
| CustomResourceSpecifier | XMLParser. parseCustomResourceSpecifier(XMLInputSource aInput)Parses a CustomResourceSpecifier from an XML input stream. | 
| CustomResourceSpecifier | XMLParser. parseCustomResourceSpecifier(XMLInputSource aInput,
                            XMLParser.ParsingOptions aOptions)Parses a CustomResourceSpecifier from an XML input stream. | 
| FlowControllerDescription | XMLParser. parseFlowControllerDescription(XMLInputSource aInput)Parses a FlowControllerDescription from an XML input stream. | 
| FlowControllerDescription | XMLParser. parseFlowControllerDescription(XMLInputSource aInput,
                              XMLParser.ParsingOptions aOptions)Parses a FlowControllerDescription from an XML input stream. | 
| FsIndexCollection | XMLParser. parseFsIndexCollection(XMLInputSource aInput)Parses a FsIndexCollection from an XML input stream. | 
| FsIndexCollection | XMLParser. parseFsIndexCollection(XMLInputSource aInput,
                      XMLParser.ParsingOptions aOptions)Parses a FsIndexCollection from an XML input stream. | 
| IndexBuildSpecification | XMLParser. parseIndexBuildSpecification(XMLInputSource aInput)Parses an IndexBuildSpecification from an XML input stream. | 
| IndexBuildSpecification | XMLParser. parseIndexBuildSpecification(XMLInputSource aInput,
                            XMLParser.ParsingOptions aOptions)Parses an IndexBuildSpecification from an XML input stream. | 
| PearSpecifier | XMLParser. parsePearSpecifier(XMLInputSource aInput)Parses a PearSpecifier from an XML input stream. | 
| PearSpecifier | XMLParser. parsePearSpecifier(XMLInputSource aInput,
                  XMLParser.ParsingOptions aOptions)Parses a PearSpecifier from an XML input stream. | 
| ResourceManagerConfiguration | XMLParser. parseResourceManagerConfiguration(XMLInputSource aInput)Parses a ResourceManagerConfiguration from an XML input stream. | 
| ResourceManagerConfiguration | XMLParser. parseResourceManagerConfiguration(XMLInputSource aInput,
                                 XMLParser.ParsingOptions aOptions)Parses a ResourceManagerConfiguration from an XML input stream. | 
| 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. | 
| ResourceSpecifier | XMLParser. parseResourceSpecifier(XMLInputSource aInput)Parses a ResourceSpecifier from an XML input stream. | 
| ResourceSpecifier | XMLParser. parseResourceSpecifier(XMLInputSource aInput,
                      XMLParser.ParsingOptions aOptions)Parses a ResourceSpecifier from an XML input stream. | 
| ResultSpecification | XMLParser. parseResultSpecification(XMLInputSource aInput)Parses a ResultSpecification from an XML input stream. | 
| ResultSpecification | XMLParser. parseResultSpecification(XMLInputSource aInput,
                        XMLParser.ParsingOptions aOptions)Parses a ResultSpecification from an XML input stream. | 
| TaeDescription | XMLParser. parseTaeDescription(XMLInputSource aInput)Deprecated. 
 As of v2.0,  XMLParser.parseAnalysisEngineDescription(XMLInputSource)should be used
             instead. | 
| TaeDescription | XMLParser. parseTaeDescription(XMLInputSource aInput,
                   XMLParser.ParsingOptions aOptions)Deprecated. 
 As of v2.0,  XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)should be used instead. | 
| TypePriorities | XMLParser. parseTypePriorities(XMLInputSource aInput)Parses a TypePriorities declaration from an XML input stream. | 
| TypePriorities | XMLParser. parseTypePriorities(XMLInputSource aInput,
                   XMLParser.ParsingOptions aOptions)Parses a TypePriorities declaration from an XML input stream. | 
| TypeSystemDescription | XMLParser. parseTypeSystemDescription(XMLInputSource aInput)Parses a TypeSystemDescription from an XML input stream. | 
| TypeSystemDescription | XMLParser. parseTypeSystemDescription(XMLInputSource aInput,
                          XMLParser.ParsingOptions aOptions)Parses a TypeSystemDescription from an XML input stream. | 
| URISpecifier | XMLParser. parseURISpecifier(XMLInputSource aInput)Parses a URISpecifier from an XML input stream. | 
| URISpecifier | XMLParser. parseURISpecifier(XMLInputSource aInput,
                 XMLParser.ParsingOptions aOptions)Parses a URISpecifier from an XML input stream. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.