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 interfaceCompositeResourceFactoryA type ofResourceFactorythat produces resources by delegating to other Resource Factories.Methods in org.apache.uima with parameters of type ResourceFactory Modifier and Type Method Description voidCompositeResourceFactory. 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 classAnalysisEngineFactory_implResource Factory that handlesAnalysisEngineDescriptionandTaeDescriptionelements.classCasConsumerFactory_implSpecialized Resource Factory for producing CasConsumers.classCasInitializerFactory_implDeprecated.As of v2.0, CAS Initializers are deprecated.classCollectionReaderFactory_implSpecialized Resource Factory for producing CollectionReaders.classCompositeResourceFactory_implA registry containing (ResourceSpecifier Class,ResourceFactory) pairs.classCustomResourceFactory_implResource Factory that handlesCustomResourceSpecifierelements.Fields in org.apache.uima.impl declared as ResourceFactory Modifier and Type Field Description (package private) ResourceFactoryCompositeResourceFactory_impl.Registration. factoryMethods in org.apache.uima.impl with parameters of type ResourceFactory Modifier and Type Method Description voidCompositeResourceFactory_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 classSimpleResourceFactoryA simple implementation of aResourceFactory.
-