Interface CpeCollectionReaderCasInitializer
- All Superinterfaces:
Cloneable
,MetaDataObject
,Serializable
,XMLizable
- All Known Implementing Classes:
CpeCollectionReaderCasInitializerImpl
@Deprecated(since="2.0.0")
public interface CpeCollectionReaderCasInitializer
extends MetaDataObject
Deprecated.
As of v2.0 CAS Initializers are deprecated.
An object that holds configuration that is part of the CPE descriptor. Provides the means of
setting descriptor path containing CasInitializer configuration
- To be removed in version:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.ReturnsCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.Deprecated.ReturnsCpeComponentDescriptor
containing CasInitializer descriptor path.Deprecated.void
Deprecated.Sets theCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.void
setDescriptor
(CpeComponentDescriptor aDescriptor) Deprecated.Sets descriptor path containing configuration for the CasInitializervoid
setSofaNameMappings
(CpeSofaMappings mappings) Deprecated.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
-
Method Details
-
setDescriptor
Deprecated.Sets descriptor path containing configuration for the CasInitializer- Parameters:
aDescriptor
- - descriptor path
-
getDescriptor
CpeComponentDescriptor getDescriptor()Deprecated.ReturnsCpeComponentDescriptor
containing CasInitializer descriptor path.- Returns:
CpeComponentDescriptor
-
getConfigurationParameterSettings
CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()Deprecated.ReturnsCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.- Returns:
- - object containing parameter setting overrides
-
setConfigurationParameterSettings
void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings) throws CpeDescriptorException Deprecated.Sets theCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.- Parameters:
aSettings
- object containing parameter setting overrides- Throws:
CpeDescriptorException
- tbd
-
getSofaNameMappings
CpeSofaMappings getSofaNameMappings()Deprecated. -
setSofaNameMappings
Deprecated.- Parameters:
mappings
- the sofa mappings
-