public class CpeCollectionReaderImpl extends MetaDataObject_impl implements CpeCollectionReader
Constructor and Description |
---|
CpeCollectionReaderImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
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
CollectionReaderremoveCasInitializer
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 overridesCpeDescriptorException
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
Copyright © 2013. All Rights Reserved.