public interface CpeComponentDescriptor extends MetaDataObject
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
|
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
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setInclude(CpeInclude aInclude)
aInclude
- -
CpeInclude
containing file pathCpeInclude getInclude()
CpeInclude
Import getImport()
void setImport(Import aImport)
aImport
- the import, null if noneURL findAbsoluteUrl(ResourceManager aResourceManager) throws ResourceConfigurationException
aResourceManager
- resource manager to use to do import-by-name lookupsResourceConfigurationException
- if an import could not be resolvedCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.