Package org.apache.uima.resource.impl
Class ResourceCreationSpecifier_impl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.resource.impl.ResourceCreationSpecifier_impl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,MetaDataObject,ResourceCreationSpecifier,ResourceSpecifier,XMLizable
- Direct Known Subclasses:
AnalysisEngineDescription_impl,CasConsumerDescription_impl,CasInitializerDescription_impl,CollectionReaderDescription_impl,FlowControllerDescription_impl
public class ResourceCreationSpecifier_impl extends MetaDataObject_impl implements ResourceCreationSpecifier
Reference implementation ofResourceCreationSpecifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classResourceCreationSpecifier_impl.DummyResource-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ExternalResourceDependency>mExternalResourceDependenciesprivate java.lang.StringmFrameworkImplementationprivate java.lang.StringmImplementationNameprivate ResourceMetaDatamMetaDataprivate ResourceManagerConfigurationmResourceManagerConfiguration(package private) static longserialVersionUIDprivate static XmlizationInfoXMLIZATION_INFO-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description ResourceCreationSpecifier_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckForDuplicateParameterNames(ConfigurationParameter[] aParams)Checks for duplicate parameter names and throws an exception if any are found.protected voidcheckForInvalidParameterOverrides(ConfigurationParameter[] aParams, java.lang.String aGroupName, ResourceManager aResourceManager)Checks parameter overrides and throws a ResourceInitializationException if they are invalid.voiddoFullValidation()Does full validation of thisResourceCreationSpecifier.voiddoFullValidation(ResourceManager aResourceManager)Does full validation of thisResourceCreationSpecifier.ExternalResourceDependency[]getExternalResourceDependencies()Retrieves descriptions of thisResourceCreationSpecifier's dependencies on external resources.ExternalResourceDependencygetExternalResourceDependency(java.lang.String aKey)Gets the external resource dependency with the given key.java.lang.StringgetFrameworkImplementation()Gets the name of the AE framework implementation within which the Resource executes.java.lang.StringgetImplementationName()Retrieves the name of thisResourceCreationSpecifier's implementation.ResourceMetaDatagetMetaData()Retrieves theResourceMetaDatato assign to the newly constructedResourceCreationSpecifier.ResourceManagerConfigurationgetResourceManagerConfiguration()Retrieves the Resource Manager configuration, which declares the resources that satisfy the dependencies defined byResourceCreationSpecifier.getExternalResourceDependencies().protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetExternalResourceDependencies(ExternalResourceDependency[] aDependencies)Sets the descriptions of thisResourceCreationSpecifier's dependencies on external resources.voidsetFrameworkImplementation(java.lang.String aFrameworkImplementation)Sets the name of the AE framework implementation within which theResourceCreationSpecifierexecutes.voidsetImplementationName(java.lang.String aImplementationName)Sets the name of thisResourceCreationSpecifier's implementation.voidsetMetaData(ResourceMetaData aMetaData)Sets the MetaData for thisResourceCreationSpecifier_impl.voidsetResourceManagerConfiguration(ResourceManagerConfiguration aResourceManagerConfiguration)Sets the Resource Manager configuration, which declares the resources that satisfy the dependencies defined byResourceCreationSpecifier.getExternalResourceDependencies().voidvalidate()Determines if the AnalysisEngineDescription is valid.voidvalidate(ResourceManager aResourceManager)Checks that thisResourceCreationSpecifieris valid.protected voidvalidateConfigurationParameters(ResourceManager aResourceManager)Validates configuration parameters within this Resource, and throws an exception if they are not valid.-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, 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, writePropertyAsElement
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
mImplementationName
private java.lang.String mImplementationName
-
mFrameworkImplementation
private java.lang.String mFrameworkImplementation
-
mMetaData
private ResourceMetaData mMetaData
-
mExternalResourceDependencies
private java.util.List<ExternalResourceDependency> mExternalResourceDependencies
-
mResourceManagerConfiguration
private ResourceManagerConfiguration mResourceManagerConfiguration
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
XMLIZATION_INFO
private static final XmlizationInfo XMLIZATION_INFO
-
-
Method Detail
-
getFrameworkImplementation
public java.lang.String getFrameworkImplementation()
Description copied from interface:ResourceCreationSpecifierGets the name of the AE framework implementation within which the Resource executes. The framework name for this implementation is given byConstants.JAVA_FRAMEWORK_NAME..- Specified by:
getFrameworkImplementationin interfaceResourceCreationSpecifier- Returns:
- the framework implementation name
- See Also:
ResourceCreationSpecifier.getFrameworkImplementation()
-
setFrameworkImplementation
public void setFrameworkImplementation(java.lang.String aFrameworkImplementation)
Description copied from interface:ResourceCreationSpecifierSets the name of the AE framework implementation within which theResourceCreationSpecifierexecutes. The framework name for this implementation is given byConstants.JAVA_FRAMEWORK_NAME..- Specified by:
setFrameworkImplementationin interfaceResourceCreationSpecifier- Parameters:
aFrameworkImplementation- the framework implementation name- See Also:
ResourceCreationSpecifier.setFrameworkImplementation(java.lang.String)
-
getImplementationName
public java.lang.String getImplementationName()
Description copied from interface:ResourceCreationSpecifierRetrieves the name of thisResourceCreationSpecifier's implementation. This must be a fully qualified Java class name.- Specified by:
getImplementationNamein interfaceResourceCreationSpecifier- Returns:
- the implementation name of the CasConsumer
- See Also:
ResourceCreationSpecifier.getImplementationName()
-
setImplementationName
public void setImplementationName(java.lang.String aImplementationName)
Description copied from interface:ResourceCreationSpecifierSets the name of thisResourceCreationSpecifier's implementation. This must be a fully qualified Java class name.- Specified by:
setImplementationNamein interfaceResourceCreationSpecifier- Parameters:
aImplementationName- the implementation name of the CasConsumer- See Also:
ResourceCreationSpecifier.setImplementationName(java.lang.String)
-
getMetaData
public ResourceMetaData getMetaData()
Description copied from interface:ResourceCreationSpecifierRetrieves theResourceMetaDatato assign to the newly constructedResourceCreationSpecifier.- Specified by:
getMetaDatain interfaceResourceCreationSpecifier- Returns:
- the metadata for the new resource. This will always be modifiable.
- See Also:
ResourceCreationSpecifier.getMetaData()
-
setMetaData
public void setMetaData(ResourceMetaData aMetaData)
Sets the MetaData for thisResourceCreationSpecifier_impl. Users should not do this, so this method is not published through theResourceCreationSpecifierinterface.- Specified by:
setMetaDatain interfaceResourceCreationSpecifier- Parameters:
aMetaData- metadata to assign
-
getExternalResourceDependencies
public ExternalResourceDependency[] getExternalResourceDependencies()
Description copied from interface:ResourceCreationSpecifierRetrieves descriptions of thisResourceCreationSpecifier's dependencies on external resources. Each required external resource is assigned a String identifier. This is the identifier that thisResourceCreationSpecifiercan use to locate the Resource (using theAnnotatorContext.getResourceObject(String)method).- Specified by:
getExternalResourceDependenciesin interfaceResourceCreationSpecifier- Returns:
- an array of
ExternalResourceDependencyobjects that describe this AnalysisEngine's resource dependencies. - See Also:
ResourceCreationSpecifier.getExternalResourceDependencies()
-
setExternalResourceDependencies
public void setExternalResourceDependencies(ExternalResourceDependency[] aDependencies)
Description copied from interface:ResourceCreationSpecifierSets the descriptions of thisResourceCreationSpecifier's dependencies on external resources.- Specified by:
setExternalResourceDependenciesin interfaceResourceCreationSpecifier- Parameters:
aDependencies- an array ofExternalResourceDependencyobjects that describe thisResourceCreationSpecifier's resource dependencies.- See Also:
ResourceCreationSpecifier.setExternalResourceDependencies(ExternalResourceDependency[])
-
getExternalResourceDependency
public ExternalResourceDependency getExternalResourceDependency(java.lang.String aKey)
Description copied from interface:ResourceCreationSpecifierGets the external resource dependency with the given key.- Specified by:
getExternalResourceDependencyin interfaceResourceCreationSpecifier- Parameters:
aKey- the key of the external resource dependency to get- Returns:
- the resource dependency with the specified key,
nullif none. - See Also:
ResourceCreationSpecifier.getExternalResourceDependency(java.lang.String)
-
getResourceManagerConfiguration
public ResourceManagerConfiguration getResourceManagerConfiguration()
Description copied from interface:ResourceCreationSpecifierRetrieves the Resource Manager configuration, which declares the resources that satisfy the dependencies defined byResourceCreationSpecifier.getExternalResourceDependencies().- Specified by:
getResourceManagerConfigurationin interfaceResourceCreationSpecifier- Returns:
- the Resource Manager configuration that describes how external resource dependencies are bound to actual resources.
-
setResourceManagerConfiguration
public void setResourceManagerConfiguration(ResourceManagerConfiguration aResourceManagerConfiguration)
Description copied from interface:ResourceCreationSpecifierSets the Resource Manager configuration, which declares the resources that satisfy the dependencies defined byResourceCreationSpecifier.getExternalResourceDependencies().- Specified by:
setResourceManagerConfigurationin interfaceResourceCreationSpecifier- Parameters:
aResourceManagerConfiguration- the Resource Manager configuration that describes how external resource dependencies are bound to actual resources.
-
doFullValidation
public void doFullValidation() throws ResourceInitializationExceptionDescription copied from interface:ResourceCreationSpecifierDoes full validation of thisResourceCreationSpecifier. 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.- Specified by:
doFullValidationin interfaceResourceCreationSpecifier- Throws:
ResourceInitializationException- if validation failed
-
doFullValidation
public void doFullValidation(ResourceManager aResourceManager) throws ResourceInitializationException
Description copied from interface:ResourceCreationSpecifierDoes full validation of thisResourceCreationSpecifier. 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.- Specified by:
doFullValidationin interfaceResourceCreationSpecifier- Parameters:
aResourceManager- a ResourceManager instance to use to load annotator classes, external resource classes, and resolve imports by name.- Throws:
ResourceInitializationException- if validation failed
-
validate
public final void validate() throws ResourceInitializationException, ResourceConfigurationExceptionDetermines if the AnalysisEngineDescription is valid. An exception is thrown if it is not valid. This should be called from this Analysis Engine's initialize method. Note this does not check configuration parameter settings - that must be done by an explicit call to validateConfigurationParameterSettings.- Specified by:
validatein interfaceResourceCreationSpecifier- Throws:
ResourceInitializationException- ifaDescis invalidResourceConfigurationException- if the configuration parameter settings inaDescare invalid
-
validate
public void validate(ResourceManager aResourceManager) throws ResourceInitializationException, ResourceConfigurationException
Description copied from interface:ResourceCreationSpecifierChecks that thisResourceCreationSpecifieris valid. An exception is thrown if it is not valid. This only does fairly lightweight checking. To do a more complete but more expensive check, useResourceCreationSpecifier.doFullValidation().- Specified by:
validatein interfaceResourceCreationSpecifier- Parameters:
aResourceManager- a ResourceManager instance to use to resolve imports by name.- Throws:
ResourceInitializationException- ifaDescis invalidResourceConfigurationException- if the configuration parameter settings inaDescare invalid
-
validateConfigurationParameters
protected void validateConfigurationParameters(ResourceManager aResourceManager) throws ResourceInitializationException
Validates configuration parameters within this Resource, and throws an exception if they are not valid.This method checks to make sure that there are no duplicate configuration group names or duplicate parameter names within groups. For aggregates, it also checks that parameter overrides are valid, and logs a warning for parameters with no overrides. (For primitives, there should be no overrides.)
- Parameters:
aResourceManager- used to resolve import by name. This is necessary to validate configuration parameter overrides.- Throws:
ResourceInitializationException- if the configuration parameters are invalid
-
checkForDuplicateParameterNames
protected void checkForDuplicateParameterNames(ConfigurationParameter[] aParams) throws ResourceInitializationException
Checks for duplicate parameter names and throws an exception if any are found.- Parameters:
aParams- an array of ConfigurationParameters- Throws:
ResourceInitializationException- if there is a duplicate parameter name in the arrays
-
checkForInvalidParameterOverrides
protected void checkForInvalidParameterOverrides(ConfigurationParameter[] aParams, java.lang.String aGroupName, ResourceManager aResourceManager) throws ResourceInitializationException
Checks parameter overrides and throws a ResourceInitializationException if they are invalid. Note that since overrides are invalid in primitive components, this default implementation throws an exception for ANY parameter override it finds. AnalysisEngineDescription_impl overrides this method to correctly handle parameter overrides in aggregates.- Parameters:
aParams- an array of ConfigurationParametersaGroupName- name of groups in which these parameters are contained. Null if no groupaResourceManager- used to resolve imports by name.- Throws:
ResourceInitializationException- if there is an invalid parameter override declaration
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
-