Constructor and Description |
---|
ExtensionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
setExtensionName(String extensionName)
Set the name of extension.
|
void |
setImplementationUrl(String implementationURL)
Set the implementationURL of extension.
|
void |
setImplementationVendor(String implementationVendor)
Set the implementationVendor of extension.
|
void |
setImplementationVendorId(String implementationVendorID)
Set the implementationVendorID of extension.
|
void |
setImplementationVersion(String implementationVersion)
Set the implementationVersion of extension.
|
void |
setRefid(Reference reference)
Makes this instance in effect a reference to another ExtensionAdapter
instance.
|
void |
setSpecificationVendor(String specificationVendor)
Set the specificationVendor of extension.
|
void |
setSpecificationVersion(String specificationVersion)
Set the specificationVersion of extension.
|
String |
toString()
a debug toString method.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public void setExtensionName(String extensionName)
extensionName
- the name of extensionpublic void setImplementationUrl(String implementationURL)
implementationURL
- the implementationURL of extensionpublic void setImplementationVendor(String implementationVendor)
implementationVendor
- the implementationVendor of extensionpublic void setImplementationVendorId(String implementationVendorID)
implementationVendorID
- the implementationVendorID of extensionpublic void setImplementationVersion(String implementationVersion)
implementationVersion
- the implementationVersion of extensionpublic void setRefid(Reference reference) throws BuildException
You must not set another attribute or nest elements inside this element if you make it a reference.
setRefid
in class DataType
reference
- the reference to which this instance is associatedBuildException
- if this instance already has been configured.public void setSpecificationVendor(String specificationVendor)
specificationVendor
- the specificationVendor of extensionpublic void setSpecificationVersion(String specificationVersion)
specificationVersion
- the specificationVersion of extensionpublic String toString()
toString
in class DataType
Object.toString()