Uses of Interface
org.apache.uima.ResourceFactory
Package
Description
Apache UIMA
Apache UIMA internals
Utility classes and interfaces used by UIMA components.
-
Uses of ResourceFactory in org.apache.uima
Modifier and TypeInterfaceDescriptioninterface
A type ofResourceFactory
that produces resources by delegating to other Resource Factories.Modifier and TypeMethodDescriptionvoid
CompositeResourceFactory.registerFactory
(Class<? extends ResourceSpecifier> aResourceSpecifierInterface, ResourceFactory aFactory) Registers a ResourceFactory with this composite factory. -
Uses of ResourceFactory in org.apache.uima.impl
Modifier and TypeClassDescriptionclass
Resource Factory that handlesAnalysisEngineDescription
andTaeDescription
elements.class
Specialized Resource Factory for producing CasConsumers.class
Deprecated.As of v2.0, CAS Initializers are deprecated.class
Specialized Resource Factory for producing CollectionReaders.class
A registry containing (ResourceSpecifier Class,ResourceFactory
) pairs.class
Resource Factory that handlesCustomResourceSpecifier
elements.Modifier and TypeMethodDescriptionvoid
CompositeResourceFactory_impl.registerFactory
(Class aResourceSpecifierInterface, ResourceFactory aFactory) -
Uses of ResourceFactory in org.apache.uima.util