Uses of Interface
org.apache.uima.resource.ResourceManager
-
Packages that use ResourceManager Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl 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.collection.impl 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.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.flow.impl org.apache.uima.impl Apache UIMA internalsorg.apache.uima.internal.util org.apache.uima.pear.tools Theorg.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 Interfaces forResourcesandResourceSpecifiers.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.tools.cpm org.apache.uima.tools.jcasgen Describes the format of the generated JCas cover classes for UIMA Version 3.org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of ResourceManager in org.apache.uima
Fields in org.apache.uima with type parameters of type ResourceManager Modifier and Type Field Description static java.lang.ThreadLocal<ResourceManager>UIMAFramework. newContextResourceManagerMethods in org.apache.uima that return ResourceManager Modifier and Type Method Description protected abstract ResourceManagerUIMAFramework. _newDefaultResourceManager()To be implemented by subclasses; this should return a new instance of the defaultResourceManagerused by this implementation.protected abstract ResourceManagerUIMAFramework. _newDefaultResourceManagerPearWrapper()To be implemented by subclasses; this should return a new instance of the defaultResourceManagerPearWrapperused by this implementation.ResourceManagerUimaContextAdmin. getResourceManager()Gets the ResourceManager instance used by this UimaContext to resolve external resource accesses.static ResourceManagerUIMAFramework. newDefaultResourceManager()Gets a new instance of the defaultResourceManagerused by this implementation.static ResourceManagerUIMAFramework. newDefaultResourceManagerPearWrapper()Gets a new instance of the defaultResourceManagerPearWrapperused by this implementation.Methods in org.apache.uima with parameters of type ResourceManager Modifier and Type Method Description protected abstract CollectionProcessingManagerUIMAFramework. _newCollectionProcessingManager(ResourceManager aResourceManager)To be implemented by subclasses; this should create a new instance of a class implementingCollectionProcessingManager.voidUimaContextAdmin. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)Initializes a root UimaContext.static CollectionProcessingManagerUIMAFramework. newCollectionProcessingManager(ResourceManager aResourceManager)Creates a newCollectionProcessingManagerinstance.static UimaContextAdminUIMAFramework. newUimaContext(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigManager)Gets a new instance of aUimaContext.static AnalysisEngineUIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anAnalysisEngineinstance from aResourceSpecifier.static CasConsumerUIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCasConsumerinstance from aResourceSpecifier.static CasInitializerUIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCasInitializerinstance from aResourceSpecifier.static CollectionProcessingEngineUIMAFramework. produceCollectionProcessingEngine(CpeDescription aCpeDescription, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces aCollectionProcessingEngineinstance from acpeDescription.static CollectionReaderUIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCollectionReaderinstance from aResourceSpecifier.static ResourceUIMAFramework. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces an appropriateResourceinstance of a specified class from aResourceSpecifier.static TextAnalysisEngineUIMAFramework. produceTAE(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> 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 Modifier and Type Method Description ResourceManagerAnalysisEngine. getResourceManager()Gets theResourceManagerused by this AnalysisEngine.Methods in org.apache.uima.analysis_engine with parameters of type ResourceManager Modifier and Type Method Description voidAnalysisEngineDescription. doFullValidation(ResourceManager aResourceManager)Does full validation of this Analysis Engine Description.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription. getAllComponentSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this aggregate.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifiers that indicate which delegate AnalysisEngines comprise the aggregate.voidAnalysisEngineDescription. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription.voidAnalysisEngineDescription. resolveImports(ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription. -
Uses of ResourceManager in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl with type parameters of type ResourceManager Modifier and Type Field Description private static java.util.Map<ResourceManager,java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>>PearAnalysisEngineWrapper. cachedResourceManagersprivate static java.util.Map<ResourceManager,java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>>PearAnalysisEngineWrapper. cachedResourceManagersMethods in org.apache.uima.analysis_engine.impl that return ResourceManager Modifier and Type Method Description private ResourceManagerPearAnalysisEngineWrapper. createRM(PearAnalysisEngineWrapper.StringPair sp, PackageBrowser pkgBrowser, ResourceManager parentResourceManager)Methods in org.apache.uima.analysis_engine.impl that return types with arguments of type ResourceManager Modifier and Type Method Description private java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>PearAnalysisEngineWrapper. createRMmap(PearAnalysisEngineWrapper.StringPair sp, ResourceManager rm)static java.util.Map<ResourceManager,java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>>PearAnalysisEngineWrapper. getCachedResourceManagers()static java.util.Map<ResourceManager,java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>>PearAnalysisEngineWrapper. getCachedResourceManagers()Methods in org.apache.uima.analysis_engine.impl with parameters of type ResourceManager Modifier and Type Method Description protected voidAnalysisEngineDescription_impl. checkForInvalidParameterOverrides(ConfigurationParameter[] aParams, java.lang.String aGroupName, ResourceManager aResourceManager)OverridesResourceCreationSpecifier_impl.checkForInvalidParameterOverrides(ConfigurationParameter[], String, ResourceManager)to validate parameter overrides in an aggregate AE.private ResourceManagerPearAnalysisEngineWrapper. createRM(PearAnalysisEngineWrapper.StringPair sp, PackageBrowser pkgBrowser, ResourceManager parentResourceManager)private java.util.Map<PearAnalysisEngineWrapper.StringPair,ResourceManager>PearAnalysisEngineWrapper. createRMmap(PearAnalysisEngineWrapper.StringPair sp, ResourceManager rm)voidAnalysisEngineDescription_impl. doFullValidation(ResourceManager aResourceManager)java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getAllComponentSpecifiers(ResourceManager aResourceManager)java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)protected voidAnalysisEngineDescription_impl. resolveDelegateAnalysisEngineImports(java.util.Collection<java.lang.String> aEnclosingAggregateAeUrls, ResourceManager aResourceManager, boolean aRecursive)Resolves imports of delegate Analysis Engines.protected voidAnalysisEngineDescription_impl. resolveDelegateAnalysisEngineImports(ResourceManager aResourceManager, boolean aRecursive)Resolves imports of delegate Analysis Engines.voidAnalysisEngineDescription_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager)voidAnalysisEngineDescription_impl. resolveImports(ResourceManager aResourceManager)voidAnalysisEngineDescription_impl. validate(ResourceManager aResourceManager)Determines if the AnalysisEngineDescription is valid. -
Uses of ResourceManager in org.apache.uima.analysis_engine.metadata
Methods in org.apache.uima.analysis_engine.metadata with parameters of type ResourceManager Modifier and Type Method Description voidFlowControllerDeclaration. resolveImports(ResourceManager aResourceManager)Resolves an imported FlowController specifier, if there is one. -
Uses of ResourceManager in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type ResourceManager Modifier and Type Method Description voidAnalysisEngineMetaData_impl. resolveImports(ResourceManager aResourceManager)voidFlowControllerDeclaration_impl. resolveImports(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl with parameters of type ResourceManager Modifier and Type Method Description voidCasConsumerDescription_impl. doFullValidation(ResourceManager aResourceManager)voidCasInitializerDescription_impl. doFullValidation(ResourceManager aResourceManager)Deprecated.voidCollectionReaderDescription_impl. doFullValidation(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.collection.impl.cpm
Constructors in org.apache.uima.collection.impl.cpm with parameters of type ResourceManager Constructor Description BaseCPMImpl(java.lang.Boolean mode, java.lang.String aDescriptor, ResourceManager aResourceManager)Parses CPE descriptor.BaseCPMImpl(CpeDescription aDescriptor, ResourceManager aResourceManager, boolean aDefaultProcessTrace, java.util.Properties aProps)Instantiates and initializes CPE Factory responsible for creating individual components that are part of the processing pipeline.CPMImpl(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as ResourceManager Modifier and Type Field Description private ResourceManagerCasProcessorConfigurationJAXBImpl. resourceManagerMethods in org.apache.uima.collection.impl.cpm.container that return ResourceManager Modifier and Type Method Description ResourceManagerCPEFactory. getResourceManager()Gets the ResourceManager that all components of this CPE should share.Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type ResourceManager Constructor Description CasProcessorConfigurationJAXBImpl(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager)Initializes instance and copies configuation from cpe descriptor.CPEFactory(CpeDescription aDescriptor, ResourceManager aResourceManager)Create a new CPEFactory for a CpeDescription that's already been parsed.CPEFactory(ResourceManager aResourceManager)Create a new CPEFactory on which we will later call parse(String) to parse a CPE descriptor. -
Uses of ResourceManager in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type ResourceManager Modifier and Type Method Description static java.lang.StringDeployFactory. getProtocol(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager)Retrieve protocol from the service descriptor -
Uses of ResourceManager in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type ResourceManager Modifier and Type Method Description java.net.URLCpeComponentDescriptorImpl. findAbsoluteUrl(ResourceManager aResourceManager)Find absolute url. -
Uses of ResourceManager in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata with parameters of type ResourceManager Modifier and Type Method Description java.net.URLCpeComponentDescriptor. findAbsoluteUrl(ResourceManager aResourceManager)Returns the absolute URL where the component descriptor is located. -
Uses of ResourceManager in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl with parameters of type ResourceManager Modifier and Type Method Description voidFlowControllerDescription_impl. doFullValidation(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.impl
Fields in org.apache.uima.impl declared as ResourceManager Modifier and Type Field Description private ResourceManagerChildUimaContext_impl. mPearResourceManagerResourceManager used to locate and access external resources Set non-null only for Pear resources contained in an aggregateprivate ResourceManagerRootUimaContext_impl. mResourceManagerResourceManager used to locate and access external resourcesMethods in org.apache.uima.impl that return ResourceManager Modifier and Type Method Description protected ResourceManagerUIMAFramework_impl. _newDefaultResourceManager()To be implemented by subclasses; this should return a new instance of the defaultResourceManagerused by this implementation.protected ResourceManagerUIMAFramework_impl. _newDefaultResourceManagerPearWrapper()To be implemented by subclasses; this should return a new instance of the defaultResourceManagerused by this implementation.ResourceManagerChildUimaContext_impl. getResourceManager()Gets the ResourceManager used by this UimaContext to locate and access external resourcesResourceManagerRootUimaContext_impl. getResourceManager()Gets the ResourceManager used by this UimaContext to locate and access external resourcesMethods in org.apache.uima.impl with parameters of type ResourceManager Modifier and Type Method Description protected CollectionProcessingManagerUIMAFramework_impl. _newCollectionProcessingManager(ResourceManager aResourceManager)voidChildUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)voidRootUimaContext_impl. initializeRoot(Logger aLogger, ResourceManager aResourceManager, ConfigurationManager aConfigurationManager)voidChildUimaContext_impl. setPearResourceManager(ResourceManager resourceManager)Set the Pear resource manager, to be used instead of any containing Resource Manager.static <T extends AbstractCas>
TUtil. setupViewSwitchClassLoaders(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<T> casInterface)static AbstractCasUtil. setupViewSwitchClassLoadersLockCas(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<? extends AbstractCas> casInterface) -
Uses of ResourceManager in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util with parameters of type ResourceManager Modifier and Type Method Description static <T> java.lang.Class<T>Class_TCCL. forName(java.lang.String className, ResourceManager rm)static <T> java.lang.Class<T>Class_TCCL. forName(java.lang.String className, ResourceManager rm, boolean resolve)static java.lang.ClassLoaderClass_TCCL. get_cl(ResourceManager rm)Deprecated.Method should not be used and will be removed in a future version. -
Uses of ResourceManager in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that return ResourceManager Modifier and Type Method Description private static ResourceManagerInstallationTester. getResourceManager(PackageBrowser pkgBrowser)returns a valid ResourceManager with the information from the PackageBrowser object.Methods in org.apache.uima.pear.tools with parameters of type ResourceManager Modifier and Type Method Description private voidInstallationTester. testAnalysisEngine(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)Checks if a given analysis engine specifier file can be used to produce an instance of analysis engine.private voidInstallationTester. testCasConsumer(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)Checks if a given CC specifier file can be used to produce an instance of CC.private voidInstallationTester. testCasInitializer(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)Checks if a given CI specifier file can be used to produce an instance of CI.private voidInstallationTester. testCollectionReader(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)Checks if a given CR specifier file can be used to produce an instance of CR.private voidInstallationTester. testCpeCongifuration(ResourceSpecifier specifier, ResourceManager resource_manager, InstallationController.TestStatus status)Checks if a given CPE specifier file can be used to produce an instance of CPE. -
Uses of ResourceManager in org.apache.uima.resource
Subinterfaces of ResourceManager in org.apache.uima.resource Modifier and Type Interface Description interfaceResourceManagerPearWrapperDeprecated.Fields in org.apache.uima.resource declared as ResourceManager Modifier and Type Field Description private ResourceManagerCasDefinition. resourceManagerMethods in org.apache.uima.resource that return ResourceManager Modifier and Type Method Description ResourceManagerCasDefinition. getResourceManager()ResourceManagerResource_ImplBase. getResourceManager()ResourceManagerResource. getResourceManager()Gets theResourceManagerthat this Resource uses to locate other Resources.Methods in org.apache.uima.resource with parameters of type ResourceManager Modifier and Type Method Description voidResourceCreationSpecifier. doFullValidation(ResourceManager aResourceManager)Does full validation of thisResourceCreationSpecifier.voidResourceManagerPearWrapper. initializeFromParentResourceManager(ResourceManager resourceManager)Deprecated.N O T E : N O L O N G E R U S E D 2018 Pear Wrapper Resource Managers share all their values with their parent, except for the 2 values used to store the Classpath and Datapath.voidCasDefinition. setResourceManager(ResourceManager resourceManager)voidResourceCreationSpecifier. validate(ResourceManager aResourceManager)Checks that thisResourceCreationSpecifieris valid.Constructors in org.apache.uima.resource with parameters of type ResourceManager Constructor Description CasDefinition(java.util.Collection<? extends ProcessingResourceMetaData> aMetaDataToMerge, ResourceManager aResourceManager)CasDefinition(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, java.util.Properties aPerformanceTuningSettings) -
Uses of ResourceManager in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ResourceManager Modifier and Type Class Description classResourceManager_implReference implementation ofResourceManager.Fields in org.apache.uima.resource.impl declared as ResourceManager Modifier and Type Field Description private ResourceManagerCasManager_impl. mResourceManagerMethods in org.apache.uima.resource.impl with parameters of type ResourceManager Modifier and Type Method Description protected voidResourceCreationSpecifier_impl. checkForInvalidParameterOverrides(ConfigurationParameter[] aParams, java.lang.String aGroupName, ResourceManager aResourceManager)Checks parameter overrides and throws a ResourceInitializationException if they are invalid.voidResourceCreationSpecifier_impl. doFullValidation(ResourceManager aResourceManager)static java.lang.Class<?>ResourceManager_impl. loadUserClass(java.lang.String name, ResourceManager rm)static java.lang.Class<?>ResourceManager_impl. loadUserClassOrThrow(java.lang.String name, ResourceManager rm, ResourceSpecifier aSpecifier)voidResourceCreationSpecifier_impl. validate(ResourceManager aResourceManager)protected voidResourceCreationSpecifier_impl. validateConfigurationParameters(ResourceManager aResourceManager)Validates configuration parameters within this Resource, and throws an exception if they are not valid.Constructors in org.apache.uima.resource.impl with parameters of type ResourceManager Constructor Description CasManager_impl(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata with parameters of type ResourceManager Modifier and Type Method Description java.net.URLImport. findAbsoluteUrl(ResourceManager aResourceManager)Computes the absolute URL for this import, using the relative location or name, whichever is specified by this import object.voidFsIndexCollection. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedFsIndexCollectionURLs, ResourceManager aResourceManager)Deprecated.Method is deprecated because it should only be used internally.voidFsIndexCollection. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexeslist.voidProcessingResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations.voidResourceManagerConfiguration. resolveImports(java.util.Collection<java.lang.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'sexternalResourcesandexternalResourceBindingslists.voidResourceManagerConfiguration. 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'sexternalResourcesandexternalResourceBindingslists.voidResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations throughout this metadata.voidTypePriorities. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedPriorityListURLs, ResourceManager aResourceManager)Deprecated.Method is deprecated because it should only be used internally.voidTypePriorities. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityListobjects directly onto this TypePriorities object'spriorityLists.voidTypeSystemDescription. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager)Deprecated.Method is deprecated because it should only be used internally.voidTypeSystemDescription. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypeslist. -
Uses of ResourceManager in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl with parameters of type ResourceManager Modifier and Type Method Description java.net.URLImport_impl. findAbsoluteUrl(ResourceManager aResourceManager)private voidResourceManagerConfiguration_impl. resolveImport(java.net.URL aURL, java.util.Collection<java.lang.String> aAlreadyImportedURLs, java.util.Collection<ExternalResourceDescription> aResultResources, java.util.Collection<ExternalResourceBinding> aResultBindings, ResourceManager aResourceManager)voidFsIndexCollection_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedFsIndexURLs, ResourceManager aResourceManager)Deprecated.voidFsIndexCollection_impl. resolveImports(ResourceManager aResourceManager)(package private) voidImportResolver. resolveImports(DESCRIPTOR aDesc, java.util.Collection<java.lang.String> aAlreadyImportedURLs, ResourceManager aResourceManager)Deprecated.Exists only to support a deprecated methods likeTypeSystemDescription.resolveImports(Collection, ResourceManager).(package private) voidImportResolver. resolveImports(DESCRIPTOR aDesc, ResourceManager aResourceManager)Resolves the imports in the given descriptor.private voidImportResolver. resolveImports(ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE> aWrapper, java.util.Set<java.lang.String> aAlreadyVisited, java.util.Map<ImportResolver.Key,COLLECTIBLE> aAllCollectedObjects, java.util.Deque<java.lang.String> aStack, ResourceManager aResourceManager)Recursively traverses the import graph and collects all imported collectible objects.voidResourceManagerConfiguration_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedURLs, ResourceManager aResourceManager)voidResourceManagerConfiguration_impl. resolveImports(ResourceManager aResourceManager)voidResourceMetaData_impl. resolveImports(ResourceManager aResourceManager)voidTypePriorities_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypePrioritiesURLs, ResourceManager aResourceManager)Deprecated.voidTypePriorities_impl. resolveImports(ResourceManager aResourceManager)voidTypeSystemDescription_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager)Deprecated.voidTypeSystemDescription_impl. resolveImports(ResourceManager aResourceManager) -
Uses of ResourceManager in org.apache.uima.tools.cpm
Fields in org.apache.uima.tools.cpm declared as ResourceManager Modifier and Type Field Description private ResourceManagerCpmPanel. defaultResourceManagerThe default resource manager. -
Uses of ResourceManager in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen that return ResourceManager Modifier and Type Method Description ResourceManagerJg. createResourceManager()Creates the resource manager. -
Uses of ResourceManager in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type ResourceManager Modifier and Type Method Description static CASCasCreationUtils. createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance for a collection of CAS Processors.static CASCasCreationUtils. createCas(java.util.Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance for a collection of CAS Processors, which.static CASCasCreationUtils. createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils. createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance.private static CASCasCreationUtils. doCreateCas(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Method that does the work for creating a new CAS instance.private static java.util.Set<CAS>CasPool. fillPool(int aNumInstances, java.util.Collection<? extends ProcessingResourceMetaData> mdList, java.util.Properties performanceTuningSettings, ResourceManager resourceManager)static java.util.List<ProcessingResourceMetaData>CasCreationUtils. getMetaDataList(java.util.Collection<? extends MetaDataObject> aComponentDescriptionOrMetaData, ResourceManager aResourceManager)Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type systems, indexes, or type priorities).static java.util.List<ProcessingResourceMetaData>CasCreationUtils. getMetaDataList(java.util.Collection<? extends MetaDataObject> aComponentDescriptionOrMetaData, ResourceManager aResourceManager, java.util.Map<java.lang.String,? super java.lang.Exception> aOutputFailedRemotes)Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type systems, indexes, or type priorities).private static java.util.List<ProcessingResourceMetaData>CasCreationUtils. getMetaDataList(java.util.Collection<? extends MetaDataObject> aComponentDescriptionOrMetaData, ResourceManager aResourceManager, java.util.Map<java.lang.String,? super java.lang.Exception> aOutputFailedRemotes, java.lang.String aContextName)static FsIndexCollectionCasCreationUtils. 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 ProcessingResourceMetaDataCasCreationUtils. mergeDelegateAnalysisEngineMetaData(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes, java.util.Map<java.lang.String,? super java.lang.Exception> aOutputFailedRemotes)Merges the Type Systems, Type Priorities, and FS Indexes of each component within an aggregate Analysis Engine.static TypePrioritiesCasCreationUtils. mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a single combined TypePriorities object.static TypeSystemDescriptionCasCreationUtils. mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.static TypeSystemDescriptionCasCreationUtils. mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes)Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.static FsIndexCollectionCasCreationUtils. mergeFsIndexes(java.util.List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager)Merges a List of FsIndexCollections into a single FsIndexCollection object.static TypePrioritiesCasCreationUtils. mergeTypePriorities(java.util.List<? extends TypePriorities> aTypePriorities, ResourceManager aResourceManager)Merges a List of TypePriorities into a single TypePriorities object.static TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager)Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes)Merges several TypeSystemDescriptions into one.voidLogger. setResourceManager(ResourceManager resourceManager)Deprecated.When a logger is used within UIMA, the resource manager is picked up from theUimaContextHolderand if none is available, then the class loader set on theThread.getContextClassLoader()is used.Constructors in org.apache.uima.util with parameters of type ResourceManager Constructor Description CasPool(int aNumInstances, java.util.Collection<? extends ProcessingResourceMetaData> aCollectionOfProcessingResourceMetaData, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CasPoolCasPool(int aNumInstances, ProcessingResourceMetaData aMetaData, ResourceManager aResourceManager)Creates a new CasPoolMetaDataCacheKey(ResourceSpecifier resourceSpecifier, ResourceManager resourceManager) -
Uses of ResourceManager in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl declared as ResourceManager Modifier and Type Field Description private ResourceManagerLogger_common_impl. mResourceManagerResourceManager whose extension ClassLoader will be used to locate the message digests.Methods in org.apache.uima.util.impl with parameters of type ResourceManager Modifier and Type Method Description voidLogger_common_impl. setResourceManager(ResourceManager resourceManager)Deprecated.
-