Uses of Class
org.apache.uima.collection.CollectionReader_ImplBase
-
Packages that use CollectionReader_ImplBase Package Description org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.tools.components -
-
Uses of CollectionReader_ImplBase in org.apache.uima.collection
Fields in org.apache.uima.collection with type parameters of type CollectionReader_ImplBase Modifier and Type Field Description private static java.lang.Class<CollectionReader_ImplBase>
CollectionReader_ImplBase. CLASS_NAME
current class -
Uses of CollectionReader_ImplBase in org.apache.uima.tools.components
Subclasses of CollectionReader_ImplBase in org.apache.uima.tools.components Modifier and Type Class Description class
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
-