Class CasDataInitializer_ImplBase

All Implemented Interfaces:
CasDataInitializer, ConfigurableResource, Resource

@Deprecated public abstract class CasDataInitializer_ImplBase extends ConfigurableResource_ImplBase implements CasDataInitializer
Deprecated.
As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See org.apache.uima.examples.XmlDetagger for an example.
Base class from which to extend when writing CAS Initializers that use the CasData interface to access the CAS.