public class CpeComponentDescriptorImpl extends MetaDataObject_impl implements CpeComponentDescriptor
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
serialContext
Constructor and Description |
---|
CpeComponentDescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
URL |
findAbsoluteUrl(ResourceManager aResourceManager)
Returns the absolute URL where the component descriptor is located.
|
Import |
getImport()
Gets the Import object that declares where the component descriptor is located.
|
CpeInclude |
getInclude()
Returns component's descriptor file path
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setImport(Import aImport)
Sets the Import object that declares where the component descriptor is located.
|
void |
setInclude(CpeInclude aInclude)
Sets component's descriptor file path
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public void setInclude(CpeInclude aInclude)
CpeComponentDescriptor
setInclude
in interface CpeComponentDescriptor
aInclude
- -
CpeInclude
containing file pathpublic CpeInclude getInclude()
CpeComponentDescriptor
getInclude
in interface CpeComponentDescriptor
CpeInclude
public Import getImport()
CpeComponentDescriptor
getImport
in interface CpeComponentDescriptor
public void setImport(Import aImport)
CpeComponentDescriptor
setImport
in interface CpeComponentDescriptor
aImport
- the import, null if nonepublic URL findAbsoluteUrl(ResourceManager aResourceManager) throws ResourceConfigurationException
CpeComponentDescriptor
findAbsoluteUrl
in interface CpeComponentDescriptor
aResourceManager
- resource manager to use to do import-by-name lookupsResourceConfigurationException
- if an import could not be resolvedCpeComponentDescriptor.findAbsoluteUrl(ResourceManager)
protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.