Uses of Interface
org.apache.uima.ResourceFactory
-
Packages that use ResourceFactory Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of ResourceFactory in org.apache.uima
Subinterfaces of ResourceFactory in org.apache.uima Modifier and Type Interface Description interface
CompositeResourceFactory
A type ofResourceFactory
that produces resources by delegating to other Resource Factories.Methods in org.apache.uima with parameters of type ResourceFactory 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 ResourceFactory in org.apache.uima.impl
Classes in org.apache.uima.impl that implement ResourceFactory Modifier and Type Class Description class
AnalysisEngineFactory_impl
Resource Factory that handlesAnalysisEngineDescription
andTaeDescription
elements.class
CasConsumerFactory_impl
Specialized Resource Factory for producing CasConsumers.class
CasInitializerFactory_impl
Deprecated.As of v2.0, CAS Initializers are deprecated.class
CollectionReaderFactory_impl
Specialized Resource Factory for producing CollectionReaders.class
CompositeResourceFactory_impl
A registry containing (ResourceSpecifier Class,ResourceFactory
) pairs.class
CustomResourceFactory_impl
Resource Factory that handlesCustomResourceSpecifier
elements.Fields in org.apache.uima.impl declared as ResourceFactory Modifier and Type Field Description (package private) ResourceFactory
CompositeResourceFactory_impl.Registration. factory
Methods in org.apache.uima.impl with parameters of type ResourceFactory Modifier and Type Method Description void
CompositeResourceFactory_impl. registerFactory(java.lang.Class aResourceSpecifierInterface, ResourceFactory aFactory)
Constructors in org.apache.uima.impl with parameters of type ResourceFactory Constructor Description Registration(java.lang.Class aResourceSpecifierInterface, ResourceFactory aFactory)
-
Uses of ResourceFactory in org.apache.uima.util
Classes in org.apache.uima.util that implement ResourceFactory Modifier and Type Class Description class
SimpleResourceFactory
A simple implementation of aResourceFactory
.
-