| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.taskdefs.optional.extension.ExtensionAdapter
public class ExtensionAdapter
Simple class that represents an Extension and conforms to Ants patterns.
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.types.DataType | 
|---|
| checked, ref | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| ExtensionAdapter() | |
| Method Summary | |
|---|---|
|  void | setExtensionName(java.lang.String extensionName)Set the name of extension. | 
|  void | setImplementationUrl(java.lang.String implementationURL)Set the implementationURL of extension. | 
|  void | setImplementationVendor(java.lang.String implementationVendor)Set the implementationVendor of extension. | 
|  void | setImplementationVendorId(java.lang.String implementationVendorID)Set the implementationVendorID of extension. | 
|  void | setImplementationVersion(java.lang.String implementationVersion)Set the implementationVersion of extension. | 
|  void | setRefid(Reference reference)Makes this instance in effect a reference to another ExtensionAdapter instance. | 
|  void | setSpecificationVendor(java.lang.String specificationVendor)Set the specificationVendor of extension. | 
|  void | setSpecificationVersion(java.lang.String specificationVersion)Set the specificationVersion of extension. | 
|  java.lang.String | 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, 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 | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExtensionAdapter()
| Method Detail | 
|---|
public void setExtensionName(java.lang.String extensionName)
extensionName - the name of extensionpublic void setSpecificationVersion(java.lang.String specificationVersion)
specificationVersion - the specificationVersion of extensionpublic void setSpecificationVendor(java.lang.String specificationVendor)
specificationVendor - the specificationVendor of extensionpublic void setImplementationVendorId(java.lang.String implementationVendorID)
implementationVendorID - the implementationVendorID of extensionpublic void setImplementationVendor(java.lang.String implementationVendor)
implementationVendor - the implementationVendor of extensionpublic void setImplementationVersion(java.lang.String implementationVersion)
implementationVersion - the implementationVersion of extensionpublic void setImplementationUrl(java.lang.String implementationURL)
implementationURL - the implementationURL of extension
public 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 DataTypereference - the reference to which this instance is associated
BuildException - if this instance already has been configured.public java.lang.String toString()
toString in class DataTypeObject.toString()| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||