Interface CpeCollectionReaderCasInitializer
-
- All Superinterfaces:
java.lang.Cloneable,MetaDataObject,java.io.Serializable,XMLizable
- All Known Implementing Classes:
CpeCollectionReaderCasInitializerImpl
@Deprecated 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CasProcessorConfigurationParameterSettingsgetConfigurationParameterSettings()Deprecated.ReturnsCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CasInitializer.CpeComponentDescriptorgetDescriptor()Deprecated.ReturnsCpeComponentDescriptorcontaining CasInitializer descriptor path.CpeSofaMappingsgetSofaNameMappings()Deprecated.voidsetConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings)Deprecated.Sets theCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CasInitializer.voidsetDescriptor(CpeComponentDescriptor aDescriptor)Deprecated.Sets descriptor path containing configuration for the CasInitializervoidsetSofaNameMappings(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 Detail
-
setDescriptor
void setDescriptor(CpeComponentDescriptor aDescriptor)
Deprecated.Sets descriptor path containing configuration for the CasInitializer- Parameters:
aDescriptor- - descriptor path
-
getDescriptor
CpeComponentDescriptor getDescriptor()
Deprecated.ReturnsCpeComponentDescriptorcontaining CasInitializer descriptor path.- Returns:
CpeComponentDescriptor
-
getConfigurationParameterSettings
CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
Deprecated.ReturnsCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CasInitializer.- Returns:
- - object containing parameter setting overrides
-
setConfigurationParameterSettings
void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings) throws CpeDescriptorException
Deprecated.Sets theCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CasInitializer.- Parameters:
aSettings- object containing parameter setting overrides- Throws:
CpeDescriptorException- tbd
-
getSofaNameMappings
CpeSofaMappings getSofaNameMappings()
Deprecated.
-
setSofaNameMappings
void setSofaNameMappings(CpeSofaMappings mappings)
Deprecated.- Parameters:
mappings- the sofa mappings
-
-