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 CasProcessorConfigurationParameterSettings
getConfigurationParameterSettings()
Deprecated.ReturnsCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.CpeComponentDescriptor
getDescriptor()
Deprecated.ReturnsCpeComponentDescriptor
containing CasInitializer descriptor path.CpeSofaMappings
getSofaNameMappings()
Deprecated.void
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings)
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 Detail
-
setDescriptor
void setDescriptor(CpeComponentDescriptor aDescriptor)
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
void setSofaNameMappings(CpeSofaMappings mappings)
Deprecated.- Parameters:
mappings
- the sofa mappings
-
-