Class CpeCollectionReaderCasInitializerImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderCasInitializerImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,CpeCollectionReaderCasInitializer
,MetaDataObject
,XMLizable
@Deprecated
public class CpeCollectionReaderCasInitializerImpl
extends MetaDataObject_impl
implements CpeCollectionReaderCasInitializer
Deprecated.
As of v2.0, CAS Initializers are deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.private ConfigurationParameterSettings
Deprecated.private CpeComponentDescriptor
Deprecated.private static final long
Deprecated.private CpeSofaMappings
Deprecated.private static final XmlizationInfo
Deprecated.Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns configuration parameter settings for this CasInitializer.Deprecated.ReturnsCpeComponentDescriptor
containing CasInitializer descriptor path.Deprecated.Deprecated.protected XmlizationInfo
Deprecated.To be implemented by subclasses to return information describing how to represent this object in XML.void
Deprecated.Sets configuration parameter settings for this CasInitializer.void
setDescriptor
(CpeComponentDescriptor aDescriptor) Deprecated.Sets descriptor path containing configuration for the CasInitializervoid
Deprecated.void
setSofaNameMappings
(CpeSofaMappings mappings) Deprecated.Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
descriptor
Deprecated. -
configurationParameterSettings
Deprecated. -
cfps
Deprecated. -
sofaNameMappings
Deprecated. -
XMLIZATION_INFO
Deprecated.
-
-
Constructor Details
-
CpeCollectionReaderCasInitializerImpl
public CpeCollectionReaderCasInitializerImpl()Deprecated.
-
-
Method Details
-
setDescriptor
Deprecated.Description copied from interface:CpeCollectionReaderCasInitializer
Sets descriptor path containing configuration for the CasInitializer- Specified by:
setDescriptor
in interfaceCpeCollectionReaderCasInitializer
- Parameters:
aDescriptor
- - descriptor path
-
getDescriptor
Deprecated.Description copied from interface:CpeCollectionReaderCasInitializer
ReturnsCpeComponentDescriptor
containing CasInitializer descriptor path.- Specified by:
getDescriptor
in interfaceCpeCollectionReaderCasInitializer
- Returns:
CpeComponentDescriptor
-
getConfigurationParameterSettings
Deprecated.Returns configuration parameter settings for this CasInitializer.- Specified by:
getConfigurationParameterSettings
in interfaceCpeCollectionReaderCasInitializer
- 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 interfaceCpeCollectionReaderCasInitializer
- Parameters:
settings
- object containing parameter setting overrides- Throws:
CpeDescriptorException
- tbd
-
getParameterSettings
Deprecated.- Returns:
- the parameter settings
-
setParameterSettings
Deprecated.- Parameters:
settings
-
-
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 classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-
getSofaNameMappings
Deprecated.- Specified by:
getSofaNameMappings
in interfaceCpeCollectionReaderCasInitializer
- Returns:
- the sofa mappings
-
setSofaNameMappings
Deprecated.- Specified by:
setSofaNameMappings
in interfaceCpeCollectionReaderCasInitializer
- Parameters:
mappings
-
-