Uses of Interface
org.apache.uima.CompositeResourceFactory
-
Uses of CompositeResourceFactory in org.apache.uima
Modifier and TypeMethodDescriptionprotected abstract CompositeResourceFactory
UIMAFramework._getResourceFactory()
To be implemented by subclasses; this should return a reference to theResourceFactory
used by this implementation, which must implementCompositeResourceFactory
.static CompositeResourceFactory
UIMAFramework.getResourceFactory()
Get a reference to theResourceFactory
. -
Uses of CompositeResourceFactory in org.apache.uima.impl
Modifier and TypeClassDescriptionclass
A registry containing (ResourceSpecifier Class,ResourceFactory
) pairs.Modifier and TypeMethodDescriptionprotected CompositeResourceFactory
UIMAFramework_impl._getResourceFactory()
Retrieves a reference to theResourceFactory
used by the UIMA reference implementation.