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

Packages that use CpeComponentDescriptor
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 CpeComponentDescriptor in org.apache.uima
 

Methods in org.apache.uima that return CpeComponentDescriptor
 CpeComponentDescriptor ResourceSpecifierFactory.createDescriptor()
           
 

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

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeComponentDescriptor
static CpeComponentDescriptor CpeDescriptorFactory.produceComponentDescriptor(String aPath)
           
 

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

Methods in org.apache.uima.collection.metadata that return CpeComponentDescriptor
 CpeComponentDescriptor CpeCasProcessor.getCpeComponentDescriptor()
          Returns the CpeComponentDescriptor instance associated with this Cas Processor.
 CpeComponentDescriptor CpeCollectionReader.getDescriptor()
          Returns CpeComponentDescriptor containing CollectionReader descriptor path.
 CpeComponentDescriptor CpeCollectionReaderCasInitializer.getDescriptor()
          Deprecated. Returns CpeComponentDescriptor containing CasInitializer descriptor path.
 CpeComponentDescriptor CpeCollectionReaderIterator.getDescriptor()
          Return Descriptor
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeComponentDescriptor
 void CpeCasProcessor.setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor)
          Sets the CpeComponentDescriptor instance associated with this Cas Processor.
 void CpeCollectionReader.setDescriptor(CpeComponentDescriptor aDescriptor)
          Sets descriptor path containing configuration for the CollectionReader
 void CpeCollectionReaderCasInitializer.setDescriptor(CpeComponentDescriptor aDescriptor)
          Deprecated. Sets descriptor path containing configuration for the CasInitializer
 void CpeCollectionReaderIterator.setDescriptor(CpeComponentDescriptor descriptor)
          Associate Descriptor with the Collection Reader Iterator
 



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