org.apache.uima.collection.impl.metadata.cpe
Class CpeCollectionReaderCasInitializerImpl

java.lang.Object
  extended by org.apache.uima.resource.metadata.impl.MetaDataObject_impl
      extended by org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, CpeCollectionReaderCasInitializer, MetaDataObject, XMLizable

Deprecated. As of v2.0, CAS Initializers are deprecated.

@Deprecated
public class CpeCollectionReaderCasInitializerImpl
extends MetaDataObject_impl
implements CpeCollectionReaderCasInitializer

See Also:
Serialized Form

Constructor Summary
CpeCollectionReaderCasInitializerImpl()
          Deprecated.  
 
Method Summary
 CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
          Deprecated. Returns configuration parameter settings for this CasInitializer.
 CpeComponentDescriptor getDescriptor()
          Deprecated. Returns CpeComponentDescriptor containing CasInitializer descriptor path.
 ConfigurationParameterSettings getParameterSettings()
          Deprecated.  
 CpeSofaMappings getSofaNameMappings()
          Deprecated.  
protected  XmlizationInfo getXmlizationInfo()
          Deprecated. To be implemented by subclasses to return information describing how to represent this object in XML.
 void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
          Deprecated. Sets configuration parameter settings for this CasInitializer.
 void setDescriptor(CpeComponentDescriptor aDescriptor)
          Deprecated. Sets descriptor path containing configuration for the CasInitializer
 void setParameterSettings(ConfigurationParameterSettings settings)
          Deprecated.  
 void setSofaNameMappings(CpeSofaMappings mappings)
          Deprecated.  
 
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
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
 
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

CpeCollectionReaderCasInitializerImpl

public CpeCollectionReaderCasInitializerImpl()
Deprecated. 
Method Detail

setDescriptor

public void setDescriptor(CpeComponentDescriptor aDescriptor)
Deprecated. 
Description copied from interface: CpeCollectionReaderCasInitializer
Sets descriptor path containing configuration for the CasInitializer

Specified by:
setDescriptor in interface CpeCollectionReaderCasInitializer
Parameters:
aDescriptor - - descriptor path

getDescriptor

public CpeComponentDescriptor getDescriptor()
Deprecated. 
Description copied from interface: CpeCollectionReaderCasInitializer
Returns CpeComponentDescriptor containing CasInitializer descriptor path.

Specified by:
getDescriptor in interface CpeCollectionReaderCasInitializer
Returns:
CpeComponentDescriptor

getConfigurationParameterSettings

public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
Deprecated. 
Returns configuration parameter settings for this CasInitializer.

Specified by:
getConfigurationParameterSettings in interface CpeCollectionReaderCasInitializer
Returns:
- object containing parameter setting overrides

setConfigurationParameterSettings

public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
                                       throws CpeDescriptorException
Deprecated. 
Sets configuration parameter settings for this CasInitializer.

Specified by:
setConfigurationParameterSettings in interface CpeCollectionReaderCasInitializer
Parameters:
settings - object containing parameter setting overrides
Throws:
CpeDescriptorException

getParameterSettings

public ConfigurationParameterSettings getParameterSettings()
Deprecated. 
Returns:

setParameterSettings

public void setParameterSettings(ConfigurationParameterSettings settings)
Deprecated. 
Parameters:
settings -

getXmlizationInfo

protected XmlizationInfo getXmlizationInfo()
Deprecated. 
Description copied from class: MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.

Specified by:
getXmlizationInfo in class MetaDataObject_impl
Returns:
information defining this object's XML representation

getSofaNameMappings

public CpeSofaMappings getSofaNameMappings()
Deprecated. 
Specified by:
getSofaNameMappings in interface CpeCollectionReaderCasInitializer
Returns:

setSofaNameMappings

public void setSofaNameMappings(CpeSofaMappings mappings)
Deprecated. 
Specified by:
setSofaNameMappings in interface CpeCollectionReaderCasInitializer
Parameters:
mappings -


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