Uses of Interface
org.apache.uima.collection.metadata.CpeCollectionReader

Packages that use CpeCollectionReader
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. 
 

Uses of CpeCollectionReader in org.apache.uima
 

Methods in org.apache.uima that return CpeCollectionReader
 CpeCollectionReader ResourceSpecifierFactory.createCollectionReader()
           
 

Uses of CpeCollectionReader in org.apache.uima.collection.impl.metadata.cpe
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCollectionReader
static CpeCollectionReader CpeDescriptorFactory.produceCollectionReader()
           
static CpeCollectionReader CpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath)
           
static CpeCollectionReader CpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor)
           
 

Uses of CpeCollectionReader in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CpeCollectionReader
 CpeCollectionReader CpeDescription.addCollectionReader(String aCollectionReaderPath)
          Adds a path to the descriptor file containing CollectionReader's configuration.
 CpeCollectionReader[] CpeDescription.getAllCollectionCollectionReaders()
          Returns a list of CpeCollectionReader instances representing ALL defined CollectionReaders.
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeCollectionReader
 void CpeDescription.addCollectionReader(CpeCollectionReader aCollectionReader)
           
 void CpeDescription.setAllCollectionCollectionReaders(CpeCollectionReader[] readers)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.