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 SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExtensionName(String extensionName) Set the name of extension.voidsetImplementationUrl(String implementationURL) Set the implementationURL of extension.voidsetImplementationVendor(String implementationVendor) Set the implementationVendor of extension.voidsetImplementationVendorId(String implementationVendorID) Set the implementationVendorID of extension.voidsetImplementationVersion(String implementationVersion) Set the implementationVersion of extension.voidMakes this instance in effect a reference to another ExtensionAdapter instance.voidsetSpecificationVendor(String specificationVendor) Set the specificationVendor of extension.voidsetSpecificationVersion(String specificationVersion) Set the specificationVersion of extension.toString()a debug toString method.Methods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
ExtensionAdapterpublic ExtensionAdapter()
 
- 
- 
Method Details- 
setExtensionNameSet the name of extension.- Parameters:
- extensionName- the name of extension
 
- 
setSpecificationVersionSet the specificationVersion of extension.- Parameters:
- specificationVersion- the specificationVersion of extension
 
- 
setSpecificationVendorSet the specificationVendor of extension.- Parameters:
- specificationVendor- the specificationVendor of extension
 
- 
setImplementationVendorIdSet the implementationVendorID of extension.- Parameters:
- implementationVendorID- the implementationVendorID of extension
 
- 
setImplementationVendorSet the implementationVendor of extension.- Parameters:
- implementationVendor- the implementationVendor of extension
 
- 
setImplementationVersionSet the implementationVersion of extension.- Parameters:
- implementationVersion- the implementationVersion of extension
 
- 
setImplementationUrlSet the implementationURL of extension.- Parameters:
- implementationURL- the implementationURL of extension
 
- 
setRefidMakes 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:
- setRefidin class- DataType
- Parameters:
- reference- the reference to which this instance is associated
- Throws:
- BuildException- if this instance already has been configured.
 
- 
toString
 
-