Uses of Interface
org.apache.uima.resource.ResourceManager

Packages that use ResourceManager
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
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.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
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. 
 

Uses of ResourceManager in org.apache.uima
 

Methods in org.apache.uima that return ResourceManager
protected abstract  ResourceManager UIMAFramework._newDefaultResourceManager()
          To be implemented by subclasses; this should return a new instance of the default ResourceManager used by this implementation.
 ResourceManager UimaContextAdmin.getResourceManager()
          Gets the ResourceManager instance used by this UimaContext to resolve external resource accesses.
static ResourceManager UIMAFramework.newDefaultResourceManager()
          Gets a new instance of the default ResourceManager used by this implementation.
 

Methods in org.apache.uima with parameters of type ResourceManager
protected abstract  CollectionProcessingManager UIMAFramework._newCollectionProcessingManager(ResourceManager aResourceManager)
          To be implemented by subclasses; this should create a new instance of a class implementing CollectionProcessingManager.
 void UimaContextAdmin.initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)
          Initializes a root UimaContext.
static CollectionProcessingManager UIMAFramework.newCollectionProcessingManager(ResourceManager aResourceManager)
          Creates a new CollectionProcessingManager instance.
static UimaContextAdmin UIMAFramework.newUimaContext(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigManager)
          Gets a new instance of a UimaContext.
static AnalysisEngine UIMAFramework.produceAnalysisEngine(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces an AnalysisEngine instance from a ResourceSpecifier.
static CasConsumer UIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces an CasConsumer instance from a ResourceSpecifier.
static CasInitializer UIMAFramework.produceCasInitializer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces an CasInitializer instance from a ResourceSpecifier.
static CollectionProcessingEngine UIMAFramework.produceCollectionProcessingEngine(CpeDescription aCpeDescription, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces a CollectionProcessingEngine instance from a cpeDescription.
static CollectionReader UIMAFramework.produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces an CollectionReader instance from a ResourceSpecifier.
static Resource UIMAFramework.produceResource(Class aResourceClass, ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Produces an appropriate Resource instance of a specified class from a ResourceSpecifier.
static TextAnalysisEngine UIMAFramework.produceTAE(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map aAdditionalParams)
          Deprecated. As of v2.0, UIMAFramework.produceAnalysisEngine(ResourceSpecifier,ResourceManager,Map) should be used instead.
 

Uses of ResourceManager in org.apache.uima.analysis_engine
 

Methods in org.apache.uima.analysis_engine that return ResourceManager
 ResourceManager AnalysisEngine.getResourceManager()
          Gets the ResourceManager used by this AnalysisEngine.
 

Methods in org.apache.uima.analysis_engine with parameters of type ResourceManager
 void AnalysisEngineDescription.doFullValidation(ResourceManager aResourceManager)
          Does full validation of this Analysis Engine Description.
 Map AnalysisEngineDescription.getAllComponentSpecifiers(ResourceManager aResourceManager)
          For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this aggregate.
 Map 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 aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager)
          Resolves all import declarations in this AnalysisEngineDescription.
 void AnalysisEngineDescription.resolveImports(ResourceManager aResourceManager)
          Resolves all import declarations in this AnalysisEngineDescription.
 

Uses of ResourceManager in org.apache.uima.analysis_engine.metadata
 

Methods in org.apache.uima.analysis_engine.metadata with parameters of type ResourceManager
 void FlowControllerDeclaration.resolveImports(ResourceManager aResourceManager)
          Resolves an imported FlowController specifier, if there is one.
 

Uses of ResourceManager in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata with parameters of type ResourceManager
 URL CpeComponentDescriptor.findAbsoluteUrl(ResourceManager aResourceManager)
          Returns the absolute URL where the component descriptor is located.
 

Uses of ResourceManager in org.apache.uima.resource
 

Methods in org.apache.uima.resource that return ResourceManager
 ResourceManager CasDefinition.getResourceManager()
           
 ResourceManager Resource.getResourceManager()
          Gets the ResourceManager that this Resource uses to locate other Resources.
 ResourceManager Resource_ImplBase.getResourceManager()
           
 

Methods in org.apache.uima.resource with parameters of type ResourceManager
 void ResourceCreationSpecifier.doFullValidation(ResourceManager aResourceManager)
          Does full validation of this specifier.
 void CasDefinition.setResourceManager(ResourceManager resourceManager)
           
 void ResourceCreationSpecifier.validate(ResourceManager aResourceManager)
          Checks that this specifier is valid.
 

Constructors in org.apache.uima.resource with parameters of type ResourceManager
CasDefinition(Collection aMetaDataToMerge, ResourceManager aResourceManager)
           
CasDefinition(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, Properties aPerformanceTuningSettings)
           
 

Uses of ResourceManager in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata with parameters of type ResourceManager
 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(Collection aAlreadyImportedFsIndexCollectionURLs, ResourceManager aResourceManager)
          Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes list.
 void ResourceManagerConfiguration.resolveImports(Collection aAlreadyImportedURLs, ResourceManager aResourceManager)
          Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and externalResourceBindings lists.
 void TypePriorities.resolveImports(Collection aAlreadyImportedPriorityListURLs, ResourceManager aResourceManager)
          Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's priorityLists.
 void TypeSystemDescription.resolveImports(Collection aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager)
          Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list.
 void FsIndexCollection.resolveImports(ResourceManager aResourceManager)
          Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes list.
 void ProcessingResourceMetaData.resolveImports(ResourceManager aResourceManager)
          Resolves any import declarations.
 void ResourceManagerConfiguration.resolveImports(ResourceManager aResourceManager)
          Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and externalResourceBindings lists.
 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 TypePriorityList objects directly onto this TypePriorities object's priorityLists.
 void TypeSystemDescription.resolveImports(ResourceManager aResourceManager)
          Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list.
 

Uses of ResourceManager in org.apache.uima.util
 

Methods in org.apache.uima.util with parameters of type ResourceManager
static CAS CasCreationUtils.createCas(Collection aComponentDescriptionsOrMetaData, Properties aPerformanceTuningSettings, ResourceManager aResourceManager)
          Creates a new CAS instance for a collection of CAS Processors.
static CAS CasCreationUtils.createCas(Collection aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, Properties aPerformanceTuningSettings, ResourceManager aResourceManager)
          Creates a new CAS instance for a collection of CAS Processors, which.
static CAS CasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager)
          Creates a new CAS instance.
static CAS CasCreationUtils.createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager)
          Creates a new CAS instance that reuses an existing type system.
static List CasCreationUtils.getMetaDataList(Collection aComponentDescriptionOrMetaData, ResourceManager aResourceManager)
          Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type sypstems, indexes, or type priorities).
static List CasCreationUtils.getMetaDataList(Collection aComponentDescriptionOrMetaData, ResourceManager aResourceManager, Map aOutputFailedRemotes)
          Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type sypstems, indexes, or type priorities).
static FsIndexCollection CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)
          Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.
static ProcessingResourceMetaData CasCreationUtils.mergeDelegateAnalysisEngineMetaData(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager, Map aOutputMergedTypes, Map aOutputFailedRemotes)
          Merges the Type Systems, Type Priorities, and FS Indexes of each component within an aggregate Analysis Engine.
static TypePriorities CasCreationUtils.mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)
          Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a single combined TypePriorities object.
static TypeSystemDescription CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)
          Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.
static TypeSystemDescription CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager, Map aOutputMergedTypes)
          Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.
static FsIndexCollection CasCreationUtils.mergeFsIndexes(List aFsIndexCollections, ResourceManager aResourceManager)
          Merges a List of FsIndexCollections into a single FsIndexCollection object.
static TypePriorities CasCreationUtils.mergeTypePriorities(List aTypePriorities, ResourceManager aResourceManager)
          Merges a List of TypePriorities into a single TypePriorities object.
static TypeSystemDescription CasCreationUtils.mergeTypeSystems(Collection aTypeSystems, ResourceManager aResourceManager)
          Merges several TypeSystemDescriptions into one.
static TypeSystemDescription CasCreationUtils.mergeTypeSystems(Collection aTypeSystems, ResourceManager aResourceManager, Map aOutputMergedTypes)
          Merges several TypeSystemDescriptions into one.
 void Logger.setResourceManager(ResourceManager resourceManager)
          Sets the ResourceManager to use for message localization.
 

Constructors in org.apache.uima.util with parameters of type ResourceManager
CasPool(int aNumInstances, Collection aComponentDescriptionsOrMetaData, Properties aPerformanceTuningSettings, ResourceManager aResourceManager)
          Creates a new CasPool
CasPool(int aNumInstances, ProcessingResourceMetaData aMetaData, ResourceManager aResourceManager)
          Creates a new CasPool
 



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