Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader
Packages that use CpeCollectionReader
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Java object representation of a CPE Descriptor.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of CpeCollectionReader in org.apache.uima
Methods in org.apache.uima that return CpeCollectionReader -
Uses of CpeCollectionReader in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCollectionReaderFields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCollectionReaderMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReaderModifier and TypeMethodDescriptionCpeDescriptionImpl.addCollectionReader
(String aCollectionReaderPath) CpeDescriptionImpl.getAllCollectionCollectionReaders()
static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader()
static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader
(String aCollectionReaderDescriptorPath) static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader
(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor) Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCollectionReaderModifier and TypeMethodDescriptionvoid
CpeDescriptionImpl.addCollectionReader
(CpeCollectionReader aCollectionReader) void
CpeDescriptionImpl.setAllCollectionCollectionReaders
(CpeCollectionReader[] areaders) -
Uses of CpeCollectionReader in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCollectionReaderModifier and TypeMethodDescriptionCpeDescription.addCollectionReader
(String aCollectionReaderPath) Adds a path to the descriptor file containing CollectionReader's configuration.CpeDescription.getAllCollectionCollectionReaders()
Returns a list ofCpeCollectionReader
instances representing ALL defined CollectionReaders.Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReaderModifier and TypeMethodDescriptionvoid
CpeDescription.addCollectionReader
(CpeCollectionReader aCollectionReader) void
CpeDescription.setAllCollectionCollectionReaders
(CpeCollectionReader[] readers) -
Uses of CpeCollectionReader in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCollectionReader