Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader
-
Packages that use CpeCollectionReader Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
. -
-
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
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()
static CpeCollectionReader
CpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath)
static CpeCollectionReader
CpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath, CpeDescription aDescriptor)
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()
-