org.apache.tools.ant.taskdefs.optional.extension
Class ExtensionAdapter
public class ExtensionAdapter
Simple class that represents an Extension and conforms to Ants
patterns.
Version:
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes |
setExtensionName
public void setExtensionName(String extensionName)
Set the name of extension.
extensionName - the name of extension
setImplementationUrl
public void setImplementationUrl(String implementationURL)
Set the implementationURL of extension.
implementationURL - the implementationURL of extension
setImplementationVendor
public void setImplementationVendor(String implementationVendor)
Set the implementationVendor of extension.
implementationVendor - the implementationVendor of extension
setImplementationVendorId
public void setImplementationVendorId(String implementationVendorID)
Set the implementationVendorID of extension.
implementationVendorID - the implementationVendorID of extension
setImplementationVersion
public void setImplementationVersion(String implementationVersion)
Set the implementationVersion of extension.
implementationVersion - the implementationVersion of extension
setRefid
public void setRefid(Reference reference)
throws BuildException Makes this instance in effect a reference to another ExtensionAdapter
instance.
You must not set another attribute or nest elements inside
this element if you make it a reference.
- setRefid in interface DataType
reference - the reference to which this instance is associated
BuildException - if this instance already has been configured.
setSpecificationVendor
public void setSpecificationVendor(String specificationVendor)
Set the specificationVendor of extension.
specificationVendor - the specificationVendor of extension
setSpecificationVersion
public void setSpecificationVersion(String specificationVersion)
Set the specificationVersion of extension.
specificationVersion - the specificationVersion of extension
toString
public String toString()
java.lang.Object.toString()
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.