Uses of Interface
org.apache.uima.ResourceSpecifierFactory
-
Packages that use ResourceSpecifierFactory Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima. -
-
Uses of ResourceSpecifierFactory in org.apache.uima
Methods in org.apache.uima that return ResourceSpecifierFactory Modifier and Type Method Description protected abstract ResourceSpecifierFactoryUIMAFramework. _getResourceSpecifierFactory()To be implemented by subclasses; this should return a reference to theResourceSpecifierFactoryused by this implementation.static ResourceSpecifierFactoryUIMAFramework. getResourceSpecifierFactory()Get a reference to theResourceSpecifierFactory. -
Uses of ResourceSpecifierFactory in org.apache.uima.impl
Classes in org.apache.uima.impl that implement ResourceSpecifierFactory Modifier and Type Class Description classResourceSpecifierFactory_implReference implementation ofResourceSpecifierFactory.Methods in org.apache.uima.impl that return ResourceSpecifierFactory Modifier and Type Method Description protected ResourceSpecifierFactoryUIMAFramework_impl. _getResourceSpecifierFactory()To be implemented by subclasses; this should return a reference to theResourceSpecifierFactoryused by this implementation.
-