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 CpeCollectionReaderResourceSpecifierFactory. 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 classCpeCollectionReaderImplThe Class CpeCollectionReaderImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCollectionReader Modifier and Type Field Description private CpeCollectionReaderCpeDescriptionImpl. collectionReaderThe collection reader.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReader Modifier and Type Method Description CpeCollectionReaderCpeDescriptionImpl. addCollectionReader(java.lang.String aCollectionReaderPath)CpeCollectionReader[]CpeDescriptionImpl. getAllCollectionCollectionReaders()static CpeCollectionReaderCpeDescriptorFactory. produceCollectionReader()Produce collection reader.static CpeCollectionReaderCpeDescriptorFactory. produceCollectionReader(java.lang.String aCollectionReaderDescriptorPath)Produce collection reader.static CpeCollectionReaderCpeDescriptorFactory. 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 voidCpeDescriptionImpl. addCollectionReader(CpeCollectionReader aCollectionReader)voidCpeDescriptionImpl. 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 CpeCollectionReaderCpeDescription. addCollectionReader(java.lang.String aCollectionReaderPath)Adds a path to the descriptor file containing CollectionReader's configuration.CpeCollectionReader[]CpeDescription. getAllCollectionCollectionReaders()Returns a list ofCpeCollectionReaderinstances representing ALL defined CollectionReaders.Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReader Modifier and Type Method Description voidCpeDescription. addCollectionReader(CpeCollectionReader aCollectionReader)voidCpeDescription. 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 CpeCollectionReaderResourceSpecifierFactory_impl. createCollectionReader()
-