|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderImpl
public class CpeCollectionReaderImpl
Constructor Summary | |
---|---|
CpeCollectionReaderImpl()
|
Method Summary | |
---|---|
CpeCollectionReaderCasInitializer |
getCasInitializer()
Returns CasInitializer associated with CollectionReader. |
CpeCollectionReaderIterator |
getCollectionIterator()
|
CasProcessorConfigurationParameterSettings |
getConfigurationParameterSettings()
Returns configuration parameter settings for this CollectionReader. |
CpeComponentDescriptor |
getDescriptor()
Returns CpeComponentDescriptor containing
CollectionReader descriptor path. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
removeCasInitializer()
Removes CpeCollectionReaderCasInitializer from
CollectionReader |
void |
setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer)
Sets CasInitializer for the CollectionReader will use. |
void |
setCollectionIterator(CpeCollectionReaderIterator iterator)
|
void |
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aParams)
Sets configuration parameter settings for this CollectionReader. |
void |
setDescriptor(CpeComponentDescriptor aDescriptor)
Sets descriptor path containing configuration for the CollectionReader |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Constructor Detail |
---|
public CpeCollectionReaderImpl()
Method Detail |
---|
public void setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer) throws CpeDescriptorException
CpeCollectionReader
setCasInitializer
in interface CpeCollectionReader
aCasInitializer
- -
CpeCollectionReaderCasInitializer
CpeDescriptorException
public CpeCollectionReaderCasInitializer getCasInitializer() throws CpeDescriptorException
CpeCollectionReader
getCasInitializer
in interface CpeCollectionReader
CpeCollectionReaderCasInitializer
CpeDescriptorException
public void removeCasInitializer()
CpeCollectionReader
CpeCollectionReaderCasInitializer
from
CollectionReader
removeCasInitializer
in interface CpeCollectionReader
public void setDescriptor(CpeComponentDescriptor aDescriptor)
CpeCollectionReader
setDescriptor
in interface CpeCollectionReader
aDescriptor
- -
component containing descriptor pathpublic CpeComponentDescriptor getDescriptor()
CpeCollectionReader
CpeComponentDescriptor
containing
CollectionReader descriptor path.
getDescriptor
in interface CpeCollectionReader
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
getConfigurationParameterSettings
in interface CpeCollectionReader
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aParams) throws CpeDescriptorException
setConfigurationParameterSettings
in interface CpeCollectionReader
aParams
- object containing parameter setting overrides
CpeDescriptorException
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
public void setCollectionIterator(CpeCollectionReaderIterator iterator)
setCollectionIterator
in interface CpeCollectionReader
iterator
- public CpeCollectionReaderIterator getCollectionIterator()
getCollectionIterator
in interface CpeCollectionReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |