Uses of Package
org.apache.uima.resource

Packages that use org.apache.uima.resource
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.adapter.soap   
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_component   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.asb Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.asb.impl   
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.impl.compatibility   
org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine. 
org.apache.uima.analysis_engine.metadata.impl   
org.apache.uima.analysis_engine.service.impl   
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.base_cpm.container   
org.apache.uima.collection.impl.base_cpm.container.deployer   
org.apache.uima.collection.impl.cpm   
org.apache.uima.collection.impl.cpm.container   
org.apache.uima.collection.impl.cpm.container.deployer   
org.apache.uima.collection.impl.cpm.container.deployer.socket   
org.apache.uima.collection.impl.cpm.container.deployer.vinci   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.collection.impl.cpm.utils   
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.cas Examples of Annotators that use the CAS Interface directly, not the JCAS. 
org.apache.uima.examples.casMultiplier   
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.flow   
org.apache.uima.examples.xmi   
org.apache.uima.flow   
org.apache.uima.flow.impl   
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.internal.util   
org.apache.uima.pear.tools The org.apache.uima.pear.tools package 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 Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.apache.uima.resource.metadata.impl   
org.apache.uima.resource.service.impl   
org.apache.uima.tools   
org.apache.uima.tools.components   
org.apache.uima.tools.cpm   
org.apache.uima.tools.docanalyzer   
org.apache.uima.tools.jcasgen Classes for the JCasGen tool 
org.apache.uima.tutorial.ex2   
org.apache.uima.tutorial.ex4   
org.apache.uima.tutorial.ex6   
org.apache.uima.uimacpp   
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
org.apache.uima.util.impl   
 

Classes in org.apache.uima.resource used by org.apache.uima
ConfigurationManager
          Manages the configuration parameters of all components within a possibly aggregate Resource.
CustomResourceSpecifier
          A type of ResourceSpecifier that specifically names the Java class that should be created.
ExternalResourceDependency
          An ExternalResourceDependency object describes an resources's requirements on an external resource.
ExternalResourceDescription
          An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
FileLanguageResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.
FileResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL.
JMSMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
MailMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
MQMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
Parameter
          A general parameter having a name and a value, which are both strings.
PearSpecifier
          A type of ResourceSpecifier that locate an installed pear Resource.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceAccessException
          Thrown to indicate a failure has occurred in attempting to access an external resource.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
Session
          An object that encapsulates all conversational state between a UIMA Resource and a particular client.
URISpecifier
          A type of ResourceSpecifier that locates an existing Resource service by its URI.
 

Classes in org.apache.uima.resource used by org.apache.uima.adapter.soap
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceStub
          A stub that calls a remote AnalysisEngine service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.adapter.vinci
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Parameter
          A general parameter having a name and a value, which are both strings.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceStub
          A stub that calls a remote AnalysisEngine service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_component
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ManagementObject
          Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceStub
          A stub that calls a remote AnalysisEngine service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.asb
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.asb.impl
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.impl
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
ManagementObject
          Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.impl.compatibility
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.metadata
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.metadata.impl
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.analysis_engine.service.impl
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.base_cpm
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.base_cpm.container
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.base_cpm.container.deployer
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.container
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.container.deployer
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.container.deployer.socket
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.container.deployer.vinci
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.engine
CasManager
          Manages creation and pooling of CAS instances within an AnalysisEngine.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.cpm.utils
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.impl.metadata.cpe
Parameter
          A general parameter having a name and a value, which are both strings.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.collection.metadata
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples.cas
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples.casMultiplier
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples.cpe
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples.flow
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.examples.xmi
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.flow
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.flow.impl
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.impl
ConfigurationManager
          Manages the configuration parameters of all components within a possibly aggregate Resource.
CustomResourceSpecifier
          A type of ResourceSpecifier that specifically names the Java class that should be created.
ExternalResourceDependency
          An ExternalResourceDependency object describes an resources's requirements on an external resource.
ExternalResourceDescription
          An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
FileLanguageResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.
FileResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL.
JMSMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
MailMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
MQMessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
Parameter
          A general parameter having a name and a value, which are both strings.
PearSpecifier
          A type of ResourceSpecifier that locate an installed pear Resource.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceAccessException
          Thrown to indicate a failure has occurred in attempting to access an external resource.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
Session
          An object that encapsulates all conversational state between a UIMA Resource and a particular client.
URISpecifier
          A type of ResourceSpecifier that locates an existing Resource service by its URI.
 

Classes in org.apache.uima.resource used by org.apache.uima.internal.util
ManagementObject
          Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.pear.tools
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.resource
CasDefinition
          Encapsulates information that defines how to create a CAS.
CasManager
          Manages creation and pooling of CAS instances within an AnalysisEngine.
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
DataResource
          DataResource is a simple resource that provides access to data.
ExternalResourceDependency
          An ExternalResourceDependency object describes an resources's requirements on an external resource.
MessagingSpecifier
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
Parameter
          A general parameter having a name and a value, which are both strings.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceAccessException
          Thrown to indicate a failure has occurred in attempting to access an external resource.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceSpecifier
          A ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
Session
          An object that encapsulates all conversational state between a UIMA Resource and a particular client.
 

Classes in org.apache.uima.resource used by org.apache.uima.resource.impl
CasDefinition
          Encapsulates information that defines how to create a CAS.
CasManager
          Manages creation and pooling of CAS instances within an AnalysisEngine.
ConfigurableDataResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL.
ConfigurationManager
          Manages the configuration parameters of all components within a possibly aggregate Resource.
CustomResourceSpecifier
          A type of ResourceSpecifier that specifically names the Java class that should be created.
DataResource
          DataResource is a simple resource that provides access to data.
ExternalResourceDependency
          An ExternalResourceDependency object describes an resources's requirements on an external resource.
ExternalResourceDescription
          An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
FileLanguageResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.
FileResourceSpecifier
          A type of ResourceSpecifier that locates a resource file using its URL.
Parameter
          A general parameter having a name and a value, which are both strings.
ParameterizedDataResource
          A resource that provides access to data, where the data can vary based on parameters.
PearSpecifier
          A type of ResourceSpecifier that locate an installed pear Resource.
RelativePathResolver
          Used by the resource manager to resolve relative URLs to absolute URLs.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceAccessException
          Thrown to indicate a failure has occurred in attempting to access an external resource.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceManagerPearWrapper
          A ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent, except for the class path and data path fields.
ResourceServiceSpecifier
          A ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
Session
          An object that encapsulates all conversational state between a UIMA Resource and a particular client.
URISpecifier
          A type of ResourceSpecifier that locates an existing Resource service by its URI.
 

Classes in org.apache.uima.resource used by org.apache.uima.resource.metadata
ExternalResourceDescription
          An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.resource.metadata.impl
ExternalResourceDescription
          An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
ResourceConfigurationException
          Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.resource.service.impl
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceServiceException
          Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceStub
          A stub that calls a remote AnalysisEngine service.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.tools
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.tools.components
ConfigurableResource
          A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase
          Implementation base class for ConfigurableResources.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource_ImplBase
          Implementation base class for Resources.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceProcessException
          Thrown to indicate that a Resource has encountered a problem during its processing.
 

Classes in org.apache.uima.resource used by org.apache.uima.tools.cpm
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
 

Classes in org.apache.uima.resource used by org.apache.uima.tools.docanalyzer
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.tools.jcasgen
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
 

Classes in org.apache.uima.resource used by org.apache.uima.tutorial.ex2
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.tutorial.ex4
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.tutorial.ex6
DataResource
          DataResource is a simple resource that provides access to data.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
SharedResourceObject
          The SharedResourceObject interface must be implemented by all classes that provide access to resource data.
 

Classes in org.apache.uima.resource used by org.apache.uima.uimacpp
ResourceCreationSpecifier
          A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
 

Classes in org.apache.uima.resource used by org.apache.uima.util
CasDefinition
          Encapsulates information that defines how to create a CAS.
CasManager
          Manages creation and pooling of CAS instances within an AnalysisEngine.
CustomResourceSpecifier
          A type of ResourceSpecifier that specifically names the Java class that should be created.
ManagementObject
          Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
PearSpecifier
          A type of ResourceSpecifier that locate an installed pear Resource.
Resource
          Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
ResourceInitializationException
          Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
URISpecifier
          A type of ResourceSpecifier that locates an existing Resource service by its URI.
 

Classes in org.apache.uima.resource used by org.apache.uima.util.impl
CustomResourceSpecifier
          A type of ResourceSpecifier that specifically names the Java class that should be created.
ManagementObject
          Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
PearSpecifier
          A type of ResourceSpecifier that locate an installed pear Resource.
ResourceManager
          A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceSpecifier
          A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
URISpecifier
          A type of ResourceSpecifier that locates an existing Resource service by its URI.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.