org.apache.tools.ant.taskdefs.optional.extension
public class ExtensionAdapter extends DataType
UNKNOWN: name="extension"
Method Summary | |
---|---|
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. |
Parameters: extensionName the name of extension
Parameters: implementationURL the implementationURL of extension
Parameters: implementationVendor the implementationVendor of extension
Parameters: implementationVendorID the implementationVendorID of extension
Parameters: implementationVersion the implementationVersion of extension
You must not set another attribute or nest elements inside this element if you make it a reference.
Parameters: reference the reference to which this instance is associated
Throws: BuildException if this instance already has been configured.
Parameters: specificationVendor the specificationVendor of extension
Parameters: specificationVersion the specificationVersion of extension
Returns: the extension in a string.
See Also: java.lang.Object#toString()