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 AnalysisEngine
UIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier)
Produces anAnalysisEngine
instance from aResourceSpecifier
.static AnalysisEngine
UIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, int aMaxSimultaneousRequests, int aTimeoutPeriod)
Produces anAnalysisEngine
instance from aResourceSpecifier
.static AnalysisEngine
UIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anAnalysisEngine
instance from aResourceSpecifier
.static AnalysisEngine
UIMAFramework. produceAnalysisEngine(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anAnalysisEngine
instance from aResourceSpecifier
.static CasConsumer
UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier)
Produces aCasConsumer
instance from aResourceSpecifier
.static CasConsumer
UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces aCasConsumer
instance from aResourceSpecifier
.static CasConsumer
UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anCasConsumer
instance from aResourceSpecifier
.static CasInitializer
UIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier)
Deprecated.As of v2.0, CAS Initializers are deprecated.static CasInitializer
UIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces aCasInitializer
instance from aResourceSpecifier
.static CasInitializer
UIMAFramework. produceCasInitializer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anCasInitializer
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier)
Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anCollectionReader
instance from aResourceSpecifier
.Resource
ResourceFactory. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an appropriateResource
instance from aResourceSpecifier
.static Resource
UIMAFramework. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an appropriateResource
instance of a specified class from aResourceSpecifier
.static Resource
UIMAFramework. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an appropriateResource
instance of a specified class from aResourceSpecifier
.static Resource
UIMAFramework. produceResource(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an appropriateResource
instance from aResourceSpecifier
.static TextAnalysisEngine
UIMAFramework. produceTAE(ResourceSpecifier aSpecifier)
Deprecated.As of v2.0,UIMAFramework.produceAnalysisEngine(ResourceSpecifier)
should be used instead.static TextAnalysisEngine
UIMAFramework. produceTAE(ResourceSpecifier aSpecifier, int aMaxSimultaneousRequests, int aTimeoutPeriod)
Deprecated.As of v2.0,UIMAFramework.produceAnalysisEngine(ResourceSpecifier,int,int)
should be used instead.static TextAnalysisEngine
UIMAFramework. 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 TextAnalysisEngine
UIMAFramework. 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 void
CompositeResourceFactory. 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 boolean
VinciAnalysisEngineServiceAdapter. initialize(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)
Initialize. -
Uses of ResourceSpecifier in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component with parameters of type ResourceSpecifier Modifier and Type Method Description boolean
CasProcessorAnnotator. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
JCasProcessorAnnotator. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
-
Uses of ResourceSpecifier in org.apache.uima.analysis_engine
Subinterfaces of ResourceSpecifier in org.apache.uima.analysis_engine Modifier and Type Interface Description interface
AnalysisEngineDescription
AnAnalysisEngineDescription
contains all of the information needed to instantiate and use anAnalysisEngine
.interface
TaeDescription
Deprecated.As of v2.0,AnalysisEngineDescription
should be used instead.Methods in org.apache.uima.analysis_engine that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
AnalysisEngineDescription. 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 ofResourceSpecifier
s 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 ofResourceSpecifier
s 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 boolean
AnalysisEngine. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes thisResource
from 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 void
ASB. 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 boolean
ASB_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes this ASB.boolean
FlowControllerContainer. 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 void
ASB_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 class
AnalysisEngineDescription_impl
Reference implementation ofAnalysisEngineDescription
.class
TaeDescription_impl
Deprecated.since v2.0Fields in org.apache.uima.analysis_engine.impl with type parameters of type ResourceSpecifier Modifier and Type Field Description private java.util.Map<java.lang.String,ResourceSpecifier>
AnalysisEngineDescription_impl. mDelegateAnalysisEngineSpecifiers
Methods in org.apache.uima.analysis_engine.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
AnalysisEngineDescription_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 boolean
AggregateAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
AnalysisEngineImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
MultiprocessingAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
PearAnalysisEngineWrapper. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
PrimitiveAnalysisEngine_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
UimacppAnalysisEngineImpl. 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 ResourceSpecifier
FlowControllerDeclaration. getSpecifier()
Retrieves theResourceSpecifier
used 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 void
FlowControllerDeclaration. setSpecifier(ResourceSpecifier aSpecifier)
Sets theResourceSpecifier
used to determine which FlowController is used by the AnalysisEngine. -
Uses of ResourceSpecifier in org.apache.uima.analysis_engine.metadata.impl
Fields in org.apache.uima.analysis_engine.metadata.impl declared as ResourceSpecifier Modifier and Type Field Description private ResourceSpecifier
FlowControllerDeclaration_impl. mSpecifier
Methods in org.apache.uima.analysis_engine.metadata.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
FlowControllerDeclaration_impl. getSpecifier()
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type ResourceSpecifier Modifier and Type Method Description void
FlowControllerDeclaration_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 void
AnalysisEngineService_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.void
AnalysisEngineService_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 interface
CasConsumerDescription
AnCasConsumerDescription
contains all of the information needed to instantiate and use anCasConsumer
.interface
CasInitializerDescription
Deprecated.As of v2.0, CAS Initializers are deprecated.interface
CollectionReaderDescription
AnCollectionReaderDescription
contains 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 boolean
CasConsumer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Called by the framework to initialize this CAS Consumer.boolean
CasInitializer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Deprecated.Called by the framework to initialize this CAS Initializer.boolean
CollectionReader_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 boolean
CasDataCollectionReader_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Called by the framework to initialize this Collection Reader.boolean
CasDataConsumer_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Called by the framework to initialize this CAS Consumer.boolean
CasDataInitializer_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 class
CasConsumerDescription_impl
class
CasInitializerDescription_impl
Deprecated.As of v2.0, CAS Initializers are deprecated.class
CollectionReaderDescription_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 ResourceSpecifier
CPEFactory. 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 boolean
ProcessingContainer_Impl. initialize(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)
boolean
CPEFactory. isDefinitionInstanceOf(java.lang.Class aResourceClass, ResourceSpecifier resourceSpecifier, java.lang.String aDescriptor)
Check if a class has appropriate type.private boolean
CPEFactory. overrideParameterIfExists(ResourceSpecifier aResourceSpecifier, NameValuePair aCPE_nvp, java.lang.String aComponentName)
Override component's parameters.private void
CPEFactory. overrideParameterSettings(ResourceSpecifier aResourceSpecifier, CasProcessorConfigurationParameterSettings aCpe_cps, java.lang.String aComponentName)
Replace component's parameters.CasProcessor
CPEFactory. produceCasDataConsumer(java.lang.Class aResourceClass, ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)
Instantiates CasData Consumer from a given class.private java.lang.Object
CPEFactory. produceInitializer(ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)
Instantiates Cas Initializer from a given class. -
Uses of ResourceSpecifier in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vinci that return ResourceSpecifier Modifier and Type Method Description private ResourceSpecifier
VinciCasProcessorDeployer. getSpecifier(java.net.URL aUrl)
Parses given service descriptor and returns initialized ResourceSpecifier. -
Uses of ResourceSpecifier in org.apache.uima.flow
Subinterfaces of ResourceSpecifier in org.apache.uima.flow Modifier and Type Interface Description interface
FlowControllerDescription
AFlowControllerDescription
contains 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 class
FlowControllerDescription_impl
Implementation 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 Resource
AnalysisEngineFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Resource
CasConsumerFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Resource
CasInitializerFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Deprecated.Resource
CollectionReaderFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Resource
CompositeResourceFactory_impl. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Resource
CustomResourceFactory_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 void
ResourcePool. 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.pear.tools
Methods in org.apache.uima.pear.tools with parameters of type ResourceSpecifier Modifier and Type Method Description private void
InstallationTester. 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 void
InstallationTester. 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 void
InstallationTester. 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 void
InstallationTester. 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 void
InstallationTester. 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 ResourceSpecifier in org.apache.uima.resource
Subinterfaces of ResourceSpecifier in org.apache.uima.resource Modifier and Type Interface Description interface
ConfigurableDataResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL.interface
CustomResourceSpecifier
A type ofResourceSpecifier
that specifically names the Java class that should be created.interface
FileLanguageResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL, where the URL depends on an ISO language identifier.interface
FileResourceSpecifier
A type ofResourceSpecifier
that locates a resource file using its URL.interface
JMSMessagingSpecifier
interface
MailMessagingSpecifier
interface
MessagingSpecifier
interface
MQMessagingSpecifier
interface
PearSpecifier
A type ofResourceSpecifier
that locate an installed pearResource
.interface
ResourceCreationSpecifier
AResourceCreationSpecifier
is the supertype ofAnalysisEngineDescription
,CasConsumerDescription
,CollectionReaderDescription
, andCasInitializerDescription
.interface
ResourceServiceSpecifier
AResourceServiceSpecifier
is a type ofResourceSpecifier
that contains information that can be used to locate an existing resource available as a service.interface
ResourceSpecifierList
A type ofResourceSpecifier
that is an aggregate of otherResourceSpecifier
s.interface
URISpecifier
A type ofResourceSpecifier
that locates an existingResource
service by its URI.Methods in org.apache.uima.resource that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
ExternalResourceDescription. getResourceSpecifier()
Retrieves theResourceSpecifier
that 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 constituentResourceSpecifiers
that comprise this aggregateResourceSpecifierList
.Methods in org.apache.uima.resource with parameters of type ResourceSpecifier Modifier and Type Method Description boolean
Resource_ImplBase. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
boolean
Resource. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes thisResource
from aResourceSpecifier
.java.lang.Class<?>
Resource_ImplBase. loadUserClassOrThrow(java.lang.String name, ResourceSpecifier aSpecifier)
void
ExternalResourceDescription. setResourceSpecifier(ResourceSpecifier aSpecifier)
Sets theResourceSpecifier
that 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 class
ConfigurableDataResourceSpecifier_impl
Reference implementation ofFileResourceSpecifier
.class
CustomResourceSpecifier_impl
Implementation ofCustomResourceSpecifier
.class
FileLanguageResourceSpecifier_impl
Reference implementation ofFileLanguageResourceSpecifier
.class
FileResourceSpecifier_impl
Reference implementation ofFileResourceSpecifier
.class
PearSpecifier_impl
Reference implementation ofPearSpecifier
.class
ResourceCreationSpecifier_impl
Reference implementation ofResourceCreationSpecifier
.class
URISpecifier_impl
Reference implementation ofURISpecifier
.Fields in org.apache.uima.resource.impl declared as ResourceSpecifier Modifier and Type Field Description private ResourceSpecifier
ExternalResourceDescription_impl. mResourceSpecifier
Methods in org.apache.uima.resource.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
ExternalResourceDescription_impl. getResourceSpecifier()
Methods in org.apache.uima.resource.impl with parameters of type ResourceSpecifier Modifier and Type Method Description boolean
ConfigurableDataResource_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes this DataResource.boolean
DataResource_impl. initialize(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Initializes this DataResource.boolean
FileLanguageResource_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)
void
ExternalResourceDescription_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 void
ResourceService_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
Fields in org.apache.uima.tools.cpm declared as ResourceSpecifier Modifier and Type Field Description (package private) ResourceSpecifier
AnalysisEnginePanel. aeSpecifier
The ae specifier.(package private) ResourceSpecifier
ConsumerPanel. casConsumerSpecifier
The cas consumer specifier.Methods in org.apache.uima.tools.cpm that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
AnalysisEnginePanel. getAnalysisEngineSpecifier()
Gets the analysis engine specifier.ResourceSpecifier
ConsumerPanel. getCasConsumerSpecifier()
Gets the cas consumer specifier.Methods in org.apache.uima.tools.cpm with parameters of type ResourceSpecifier Modifier and Type Method Description private boolean
CpmPanel. isCasConsumerSpecifier(ResourceSpecifier specifier)
Checks if is cas consumer specifier.Constructors in org.apache.uima.tools.cpm with parameters of type ResourceSpecifier Constructor Description AnalysisEnginePanel(ResourceSpecifier aeSpecifier, java.io.File specifierFile, long fileModStamp)
Instantiates a new analysis engine panel.ConsumerPanel(ResourceSpecifier casConsumerSpecifier, java.io.File specifierFile, long fileModStamp)
Instantiates a new consumer panel. -
Uses of ResourceSpecifier in org.apache.uima.tools.pear.merger
Methods in org.apache.uima.tools.pear.merger that return ResourceSpecifier Modifier and Type Method Description private static ResourceSpecifier
PMUimaAgent. retrieveDelegateSpecifier(java.io.File aggRootDir, InstallationDescriptor dlgInstDesc)
CreatesResourceSpecifier
object for a delegate component descriptor, specified by a givenInstallationDescriptor
object. -
Uses of ResourceSpecifier in org.apache.uima.util
Fields in org.apache.uima.util declared as ResourceSpecifier Modifier and Type Field Description (package private) ResourceSpecifier
CasCreationUtils.MetaDataCacheKey. resourceSpecifier
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. mClassMap
Map from ResourceSpecifier Class to List of Resource Classes.Methods in org.apache.uima.util that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
XMLParser. parseResourceSpecifier(XMLInputSource aInput)
Parses a ResourceSpecifier from an XML input stream.ResourceSpecifier
XMLParser. parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
Parses a ResourceSpecifier from an XML input stream.Methods in org.apache.uima.util with parameters of type ResourceSpecifier Modifier and Type Method Description Resource
SimpleResourceFactory. produceResource(java.lang.Class<? extends Resource> aResourceClass, ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces an appropriateResource
instance from aResourceSpecifier
.Method parameters in org.apache.uima.util with type arguments of type ResourceSpecifier Modifier and Type Method Description void
SimpleResourceFactory. addMapping(java.lang.Class<? extends ResourceSpecifier> aSpecifierInterface, java.lang.Class<? extends Resource> aResourceClass)
Configures thisSimpleResourceFactory
by adding a new mapping between aResourceSpecifier
class and aResource
class.Constructors in org.apache.uima.util with parameters of type ResourceSpecifier Constructor Description MetaDataCacheKey(ResourceSpecifier resourceSpecifier, ResourceManager resourceManager)
-
Uses of ResourceSpecifier in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return ResourceSpecifier Modifier and Type Method Description ResourceSpecifier
XMLParser_impl. parseResourceSpecifier(XMLInputSource aInput)
Parses a ResourceSpecifier from an XML input stream.ResourceSpecifier
XMLParser_impl. parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
Parses a ResourceSpecifier from an XML input stream.
-