Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader
-
Packages that use CpeCollectionReader Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CpeCollectionReader in org.apache.uima
Methods in org.apache.uima that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReader
ResourceSpecifierFactory. createCollectionReader()
-
Uses of CpeCollectionReader in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCollectionReader Modifier and Type Class Description class
CpeCollectionReaderImpl
The Class CpeCollectionReaderImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCollectionReader Modifier and Type Field Description private CpeCollectionReader
CpeDescriptionImpl. collectionReader
The collection reader.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReader
CpeDescriptionImpl. addCollectionReader(java.lang.String aCollectionReaderPath)
CpeCollectionReader[]
CpeDescriptionImpl. getAllCollectionCollectionReaders()
static CpeCollectionReader
CpeDescriptorFactory. produceCollectionReader()
Produce collection reader.static CpeCollectionReader
CpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath)
Produce collection reader.static CpeCollectionReader
CpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath, CpeDescription aDescriptor)
Produce collection reader.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCollectionReader Modifier and Type Method Description void
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 CpeCollectionReader Modifier and Type Method Description CpeCollectionReader
CpeDescription. addCollectionReader(java.lang.String aCollectionReaderPath)
Adds a path to the descriptor file containing CollectionReader's configuration.CpeCollectionReader[]
CpeDescription. getAllCollectionCollectionReaders()
Returns a list ofCpeCollectionReader
instances representing ALL defined CollectionReaders.Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReader Modifier and Type Method Description void
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 Modifier and Type Method Description CpeCollectionReader
ResourceSpecifierFactory_impl. createCollectionReader()
-