@Deprecated public class CasInitializerDescription_impl extends ResourceCreationSpecifier_impl implements CasInitializerDescription
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description | 
|---|
| CasInitializerDescription_impl()Deprecated.  Creates a new CasInitializerDescription_impl. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildFromXMLElement(Element aElement,
                   XMLParser aParser,
                   XMLParser.ParsingOptions aOptions)Deprecated.  Overridden to set default operational properties if they are not specified in descriptor. | 
| void | doFullValidation(ResourceManager aResourceManager)Deprecated.  Does full validation of this  ResourceCreationSpecifier. | 
| ProcessingResourceMetaData | getCasInitializerMetaData()Deprecated.  Retrieves the metadata that describes the CasInitializer. | 
| protected XmlizationInfo | getXmlizationInfo()Deprecated.  To be implemented by subclasses to return information describing how to represent this object
 in XML. | 
checkForDuplicateParameterNames, checkForInvalidParameterOverrides, doFullValidation, getExternalResourceDependencies, getExternalResourceDependency, getFrameworkImplementation, getImplementationName, getMetaData, getResourceManagerConfiguration, setExternalResourceDependencies, setFrameworkImplementation, setImplementationName, setMetaData, setResourceManagerConfiguration, validate, validate, validateConfigurationParametersbuildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitdoFullValidation, getExternalResourceDependencies, getExternalResourceDependency, getFrameworkImplementation, getImplementationName, getMetaData, getResourceManagerConfiguration, setExternalResourceDependencies, setFrameworkImplementation, setImplementationName, setMetaData, setResourceManagerConfiguration, validate, validateclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlpublic CasInitializerDescription_impl()
public ProcessingResourceMetaData getCasInitializerMetaData()
CasInitializerDescriptiongetCasInitializerMetaData in interface CasInitializerDescriptionProcessingResourceMetaData object containing the CasInitializer's
         metadata. This object can be modified.CasInitializerDescription.getCasInitializerMetaData()public void doFullValidation(ResourceManager aResourceManager) throws ResourceInitializationException
ResourceCreationSpecifierResourceCreationSpecifier. This essentially performs
 all operations necessary to instantiate a Resource except that it does not actually instantiate
 the implementation class. If appropriate, this method will also attempt to create a CAS based
 on the descriptor, in order to do full type system verification. If any operations fail, an
 exception will be thrown.doFullValidation in interface ResourceCreationSpecifierdoFullValidation in class ResourceCreationSpecifier_implaResourceManager - a ResourceManager instance to use to load annotator classes, external resource
          classes, and resolve imports by name.ResourceInitializationException - if validation failedpublic void buildFromXMLElement(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) throws InvalidXMLException
buildFromXMLElement in interface XMLizablebuildFromXMLElement in class MetaDataObject_implaElement - the XML element that represents this object.aParser - a reference to the UIMA XMLParser. The
          XMLParser.buildObject(Element) method can be used to construct sub-objects.aOptions - option settingsInvalidXMLException - if the input XML element does not specify a valid objectprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class ResourceCreationSpecifier_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.