Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader
Packages that use CpeCollectionReader
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
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 CpeCollectionReaderModifier and TypeClassDescriptionclass
The Class CpeCollectionReaderImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReaderModifier and TypeMethodDescriptionCpeDescriptionImpl.addCollectionReader
(String aCollectionReaderPath) CpeDescriptionImpl.getAllCollectionCollectionReaders()
static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader()
Produce collection reader.static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader
(String aCollectionReaderDescriptorPath) Produce collection reader.static CpeCollectionReader
CpeDescriptorFactory.produceCollectionReader
(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor) Produce collection reader.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