Class ExtensionAdapter
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.taskdefs.optional.extension.ExtensionAdapter
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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.toString()
a debug toString method.Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
ExtensionAdapter
public ExtensionAdapter()
-
-
Method Details
-
setExtensionName
Set the name of extension.- Parameters:
extensionName
- the name of extension
-
setSpecificationVersion
Set the specificationVersion of extension.- Parameters:
specificationVersion
- the specificationVersion of extension
-
setSpecificationVendor
Set the specificationVendor of extension.- Parameters:
specificationVendor
- the specificationVendor of extension
-
setImplementationVendorId
Set the implementationVendorID of extension.- Parameters:
implementationVendorID
- the implementationVendorID of extension
-
setImplementationVendor
Set the implementationVendor of extension.- Parameters:
implementationVendor
- the implementationVendor of extension
-
setImplementationVersion
Set the implementationVersion of extension.- Parameters:
implementationVersion
- the implementationVersion of extension
-
setImplementationUrl
Set the implementationURL of extension.- Parameters:
implementationURL
- the implementationURL of extension
-
setRefid
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.
- Overrides:
setRefid
in classDataType
- Parameters:
reference
- the reference to which this instance is associated- Throws:
BuildException
- if this instance already has been configured.
-
toString
-