Uses of Interface
org.apache.uima.resource.ResourceSpecifier
-
-
Uses of ResourceSpecifier in org.apache.uima
Methods in org.apache.uima with parameters of type ResourceSpecifier Modifier and Type Method Description static AnalysisEngineUIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier)Produces anAnalysisEngineinstance from aResourceSpecifier.static AnalysisEngineUIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, int aMaxSimultaneousRequests, int aTimeoutPeriod)Produces anAnalysisEngineinstance from aResourceSpecifier.static AnalysisEngineUIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anAnalysisEngineinstance from aResourceSpecifier.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)Produces aCasConsumerinstance from aResourceSpecifier.static CasConsumerUIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces aCasConsumerinstance 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)Deprecated.As of v2.0, CAS Initializers are deprecated.static CasInitializerUIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces aCasInitializerinstance from aResourceSpecifier.static CasInitializerUIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCasInitializerinstance from aResourceSpecifier.static CollectionReaderUIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier)Produces aCollectionReaderinstance from aResourceSpecifier.static CollectionReaderUIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces aCollectionReaderinstance from aResourceSpecifier.static CollectionReaderUIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCollectionReaderinstance from aResourceSpecifier.ResourceResourceFactory. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces an appropriateResourceinstance from aResourceSpecifier.static ResourceUIMAFramework. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces an appropriateResourceinstance of a specified class 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 ResourceUIMAFramework. produceResource(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces an appropriateResourceinstance from aResourceSpecifier.static TextAnalysisEngineUIMAFramework. produceTAE(ResourceSpecifier aSpecifier)Deprecated.As of v2.0,UIMAFramework.produceAnalysisEngine(ResourceSpecifier)should be used instead.static TextAnalysisEngineUIMAFramework. produceTAE(ResourceSpecifier aSpecifier, int aMaxSimultaneousRequests, int aTimeoutPeriod)Deprecated.As of v2.0,UIMAFramework.produceAnalysisEngine(ResourceSpecifier,int,int)should be used instead.static TextAnalysisEngineUIMAFramework. produceTAE(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Deprecated.As of v2.0,UIMAFramework.produceAnalysisEngine(ResourceSpecifier,Map)should be used instead.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.Method parameters in org.apache.uima with type arguments of type ResourceSpecifier Modifier and Type Method Description voidCompositeResourceFactory. registerFactory(java.lang.Class<? extends ResourceSpecifier> aResourceSpecifierInterface, ResourceFactory aFactory)Registers a ResourceFactory with this composite factory. -
Uses of ResourceSpecifier in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci with parameters of type ResourceSpecifier Modifier and Type Method Description booleanVinciAnalysisEngineServiceAdapter. initialize(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams) -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine
Subinterfaces of ResourceSpecifier in org.apache.uima.analysis_engine Modifier and Type Interface Description interfaceAnalysisEngineDescriptionAnAnalysisEngineDescriptioncontains all of the information needed to instantiate and use anAnalysisEngine.interfaceTaeDescriptionDeprecated.As of v2.0,AnalysisEngineDescriptionshould be used instead.Methods in org.apache.uima.analysis_engine that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierAnalysisEngineDescription. getComponentSpecifier(java.lang.String key)Gets the ResourceSpecifier of one a component of this aggregate, based on its key.Methods in org.apache.uima.analysis_engine that return types with arguments of type ResourceSpecifier Modifier and Type Method 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()For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifiers that indicate which delegate AnalysisEngines comprise the 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.Methods in org.apache.uima.analysis_engine with parameters of type ResourceSpecifier Modifier and Type Method Description booleanAnalysisEngine. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Initializes thisResourcefrom aResourceSpecifier. -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.asb
Method parameters in org.apache.uima.analysis_engine.asb with type arguments of type ResourceSpecifier Modifier and Type Method Description voidASB. setup(java.util.Map<java.lang.String,ResourceSpecifier> aComponentSpecifiers, UimaContextAdmin aParentContext, FlowControllerDeclaration aFlowControllerDeclaration, AnalysisEngineMetaData aAggregateMetadata)Called by the Aggregate Analysis Engine to provide this ASB with information it needs to operate. -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl with parameters of type ResourceSpecifier Modifier and Type Method Description booleanASB_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Initializes this ASB.booleanFlowControllerContainer. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Method parameters in org.apache.uima.analysis_engine.asb.impl with type arguments of type ResourceSpecifier Modifier and Type Method Description voidASB_impl. setup(java.util.Map<java.lang.String,ResourceSpecifier> aSpecifiers, UimaContextAdmin aParentContext, FlowControllerDeclaration aFlowControllerDeclaration, AnalysisEngineMetaData aAggregateMetadata)Called after calling initialize() (see above) by the Aggregate Analysis Engine to provide this ASB with information it needs to operate. -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement ResourceSpecifier Modifier and Type Class Description classAnalysisEngineDescription_implReference implementation ofAnalysisEngineDescription.classTaeDescription_implDeprecated.since v2.0Methods in org.apache.uima.analysis_engine.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierAnalysisEngineDescription_impl. getComponentSpecifier(java.lang.String key)Gets the ResourceSpecifier of one a component of this aggregate, based on its key.Methods in org.apache.uima.analysis_engine.impl that return types with arguments of type ResourceSpecifier Modifier and Type Method Description protected java.util.Map<java.lang.String,ResourceSpecifier>AggregateAnalysisEngine_impl. _getComponentCasProcessorSpecifierMap()For an aggregate AnalysisEngine only, gets a Map from each component's key to the specifier for that component.protected java.util.Map<java.lang.String,ResourceSpecifier>UimacppAnalysisEngineImpl. _getComponentCasProcessorSpecifierMap()For an aggregate AnalysisEngine only, gets a Map from each component's key to the specifier for that component.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getAllComponentSpecifiers(ResourceManager aResourceManager)java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getDelegateAnalysisEngineSpecifiers()java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)Methods in org.apache.uima.analysis_engine.impl with parameters of type ResourceSpecifier Modifier and Type Method Description booleanAggregateAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanAnalysisEngineImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanMultiprocessingAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanPearAnalysisEngineWrapper. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanPrimitiveAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanUimacppAnalysisEngineImpl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams) -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.metadata
Methods in org.apache.uima.analysis_engine.metadata that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierFlowControllerDeclaration. getSpecifier()Retrieves theResourceSpecifierused to determine which FlowController is used by the AnalysisEngine.Methods in org.apache.uima.analysis_engine.metadata with parameters of type ResourceSpecifier Modifier and Type Method Description voidFlowControllerDeclaration. setSpecifier(ResourceSpecifier aSpecifier)Sets theResourceSpecifierused to determine which FlowController is used by the AnalysisEngine. -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierFlowControllerDeclaration_impl. getSpecifier()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type ResourceSpecifier Modifier and Type Method Description voidFlowControllerDeclaration_impl. setSpecifier(ResourceSpecifier aSpecifier) -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl with parameters of type ResourceSpecifier Modifier and Type Method Description voidAnalysisEngineService_impl. initialize(ResourceSpecifier aResourceSpecifier, int aNumSimultaneousRequests, int aTimeout)An alternative form of initialize that takes the number of simultaneous requests and timeout period as explicit arguments.voidAnalysisEngineService_impl. initialize(ResourceSpecifier aResourceSpecifier, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Initialize this service. -
Uses of ResourceSpecifier in org.apache.uima.collection
Subinterfaces of ResourceSpecifier in org.apache.uima.collection Modifier and Type Interface Description interfaceCasConsumerDescriptionAnCasConsumerDescriptioncontains all of the information needed to instantiate and use anCasConsumer.interfaceCasInitializerDescriptionDeprecated.As of v2.0, CAS Initializers are deprecated.interfaceCollectionReaderDescriptionAnCollectionReaderDescriptioncontains all of the information needed to instantiate and use anCollectionReader.Methods in org.apache.uima.collection with parameters of type ResourceSpecifier Modifier and Type Method Description booleanCasConsumer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Called by the framework to initialize this CAS Consumer.booleanCasInitializer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Deprecated.Called by the framework to initialize this CAS Initializer.booleanCollectionReader_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Called by the framework to initialize this Collection Reader. -
Uses of ResourceSpecifier in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm with parameters of type ResourceSpecifier Modifier and Type Method Description booleanCasDataCollectionReader_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Called by the framework to initialize this Collection Reader.booleanCasDataConsumer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Called by the framework to initialize this CAS Consumer.booleanCasDataInitializer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Deprecated.Called by the framework to initialize this CAS Initializer. -
Uses of ResourceSpecifier in org.apache.uima.collection.impl
Classes in org.apache.uima.collection.impl that implement ResourceSpecifier Modifier and Type Class Description classCasConsumerDescription_implclassCasInitializerDescription_implDeprecated.As of v2.0, CAS Initializers are deprecated.classCollectionReaderDescription_impl -
Uses of ResourceSpecifier in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierCPEFactory. getSpecifier(java.net.URL aDescriptorUrl)Instantiates a ResourceSpecifier from a given URL.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type ResourceSpecifier Modifier and Type Method Description booleanProcessingContainer_Impl. initialize(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)booleanCPEFactory. isDefinitionInstanceOf(java.lang.Class aResourceClass, ResourceSpecifier resourceSpecifier, java.lang.String aDescriptor)Check if a class has appropriate typeCasProcessorCPEFactory. produceCasDataConsumer(java.lang.Class aResourceClass, ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)Instantiates CasData Consumer from a given class. -
Uses of ResourceSpecifier in org.apache.uima.flow
Subinterfaces of ResourceSpecifier in org.apache.uima.flow Modifier and Type Interface Description interfaceFlowControllerDescriptionAFlowControllerDescriptioncontains all of the information needed to instantiate and use aFlowController. -
Uses of ResourceSpecifier in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement ResourceSpecifier Modifier and Type Class Description classFlowControllerDescription_implImplementation ofFlowControllerDescription. -
Uses of ResourceSpecifier in org.apache.uima.impl
Methods in org.apache.uima.impl with parameters of type ResourceSpecifier Modifier and Type Method Description ResourceAnalysisEngineFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)ResourceCasConsumerFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)ResourceCasInitializerFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Deprecated.ResourceCollectionReaderFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)ResourceCompositeResourceFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)ResourceCustomResourceFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams) -
Uses of ResourceSpecifier in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util with parameters of type ResourceSpecifier Modifier and Type Method Description protected voidResourcePool. fillPool(ResourceSpecifier aResourceSpecifier, java.lang.Class<? extends Resource> aResourceClass, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Utility method used in the constructor to fill the pool with Resource instances.Constructors in org.apache.uima.internal.util with parameters of type ResourceSpecifier Constructor Description AnalysisEnginePool(java.lang.String aName, int aNumInstances, ResourceSpecifier aResourceSpecifier)Creates a new AnalysisEnginePool.AnalysisEnginePool(java.lang.String aName, int aNumInstances, ResourceSpecifier aResourceSpecifier, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Creates a new AnalysisEnginePool.ResourcePool(int aNumInstances, ResourceSpecifier aResourceSpecifier, java.lang.Class<? extends Resource> aResourceClass)Creates new ResourcePool_implResourcePool(int aNumInstances, ResourceSpecifier aResourceSpecifier, java.lang.Class<? extends Resource> aResourceClass, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Creates new ResourcePool_implTextAnalysisEnginePool(java.lang.String aName, int aNumInstances, ResourceSpecifier aResourceSpecifier)Deprecated.Creates a new TextAnalysisEnginePool.TextAnalysisEnginePool(java.lang.String aName, int aNumInstances, ResourceSpecifier aResourceSpecifier, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Deprecated.Creates a new TextAnalysisEnginePool. -
Uses of ResourceSpecifier in org.apache.uima.resource
Subinterfaces of ResourceSpecifier in org.apache.uima.resource Modifier and Type Interface Description interfaceConfigurableDataResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL.interfaceCustomResourceSpecifierA type ofResourceSpecifierthat specifically names the Java class that should be created.interfaceFileLanguageResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL, where the URL depends on an ISO language identifier.interfaceFileResourceSpecifierA type ofResourceSpecifierthat locates a resource file using its URL.interfaceJMSMessagingSpecifierinterfaceMailMessagingSpecifierinterfaceMessagingSpecifierinterfaceMQMessagingSpecifierinterfacePearSpecifierA type ofResourceSpecifierthat locate an installed pearResource.interfaceResourceCreationSpecifierAResourceCreationSpecifieris the supertype ofAnalysisEngineDescription,CasConsumerDescription,CollectionReaderDescription, andCasInitializerDescription.interfaceResourceServiceSpecifierAResourceServiceSpecifieris a type ofResourceSpecifierthat contains information that can be used to locate an existing resource available as a service.interfaceResourceSpecifierListA type ofResourceSpecifierthat is an aggregate of otherResourceSpecifiers.interfaceURISpecifierA type ofResourceSpecifierthat locates an existingResourceservice by its URI.Methods in org.apache.uima.resource that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierExternalResourceDescription. getResourceSpecifier()Retrieves theResourceSpecifierthat describes how to create the resource.Methods in org.apache.uima.resource that return types with arguments of type ResourceSpecifier Modifier and Type Method Description java.util.List<ResourceSpecifier>ResourceSpecifierList. getResourceSpecifiers()Retrieves the constituentResourceSpecifiersthat comprise this aggregateResourceSpecifierList.Methods in org.apache.uima.resource with parameters of type ResourceSpecifier Modifier and Type Method Description booleanResource_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)booleanResource. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Initializes thisResourcefrom aResourceSpecifier.voidExternalResourceDescription. setResourceSpecifier(ResourceSpecifier aSpecifier)Sets theResourceSpecifierthat describes how to create the resource. -
Uses of ResourceSpecifier in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ResourceSpecifier Modifier and Type Class Description classConfigurableDataResourceSpecifier_implReference implementation ofFileResourceSpecifier.classCustomResourceSpecifier_implImplementation ofCustomResourceSpecifier.classFileLanguageResourceSpecifier_implReference implementation ofFileLanguageResourceSpecifier.classFileResourceSpecifier_implReference implementation ofFileResourceSpecifier.classPearSpecifier_implReference implementation ofPearSpecifier.classResourceCreationSpecifier_implReference implementation ofResourceCreationSpecifier.classURISpecifier_implReference implementation ofURISpecifier.Methods in org.apache.uima.resource.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierExternalResourceDescription_impl. getResourceSpecifier()Methods in org.apache.uima.resource.impl with parameters of type ResourceSpecifier Modifier and Type Method Description booleanConfigurableDataResource_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Initializes this DataResource.booleanDataResource_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Initializes this DataResource.booleanFileLanguageResource_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)static java.lang.Class<?>ResourceManager_impl. loadUserClassOrThrow(java.lang.String name, ResourceManager rm, ResourceSpecifier aSpecifier)voidExternalResourceDescription_impl. setResourceSpecifier(ResourceSpecifier aSpecifier) -
Uses of ResourceSpecifier in org.apache.uima.resource.service.impl
Methods in org.apache.uima.resource.service.impl with parameters of type ResourceSpecifier Modifier and Type Method Description voidResourceService_impl. initialize(ResourceSpecifier aResourceSpecifier, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)Initializes this ResourceService_impl. -
Uses of ResourceSpecifier in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierAnalysisEnginePanel. getAnalysisEngineSpecifier()ResourceSpecifierConsumerPanel. getCasConsumerSpecifier()Constructors in org.apache.uima.tools.cpm with parameters of type ResourceSpecifier Constructor Description AnalysisEnginePanel(ResourceSpecifier aeSpecifier, java.io.File specifierFile, long fileModStamp)ConsumerPanel(ResourceSpecifier casConsumerSpecifier, java.io.File specifierFile, long fileModStamp) -
Uses of ResourceSpecifier in org.apache.uima.util
Fields in org.apache.uima.util with type parameters of type ResourceSpecifier Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends ResourceSpecifier>,java.util.List<java.lang.Class<? extends Resource>>>SimpleResourceFactory. mClassMapMap from ResourceSpecifier Class to List of Resource Classes.Methods in org.apache.uima.util that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierXMLParser. parseResourceSpecifier(XMLInputSource aInput)Parses a ResourceSpecifier from an XML input stream.ResourceSpecifierXMLParser. parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResourceSpecifier from an XML input stream.Methods in org.apache.uima.util with parameters of type ResourceSpecifier Modifier and Type Method Description ResourceSimpleResourceFactory. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces an appropriateResourceinstance from aResourceSpecifier.Method parameters in org.apache.uima.util with type arguments of type ResourceSpecifier Modifier and Type Method Description voidSimpleResourceFactory. addMapping(java.lang.Class<? extends ResourceSpecifier> aSpecifierInterface, java.lang.Class<? extends Resource> aResourceClass)Configures thisSimpleResourceFactoryby adding a new mapping between aResourceSpecifierclass and aResourceclass. -
Uses of ResourceSpecifier in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifierXMLParser_impl. parseResourceSpecifier(XMLInputSource aInput)Parses a ResourceSpecifier from an XML input stream.ResourceSpecifierXMLParser_impl. parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResourceSpecifier from an XML input stream.
-