org.apache.tools.ant.types .DataType org.apache.tools.ant.taskdefs.optional.extension .ExtensionSet ExtensionSet public class ExtensionSet extends DataType (Code) The Extension set lists a set of "Optional Packages" /
"Extensions".
addExtension public void addExtension(ExtensionAdapter extensionAdapter)(Code) Adds an extension that this library requires.
Parameters: extensionAdapter - an extension that this library requires.
addFileset public void addFileset(FileSet fileSet)(Code) Adds a set of files about which extensions data will be extracted.
Parameters: fileSet - a set of files about which extensions data will be extracted.
addLibfileset public void addLibfileset(LibFileSet fileSet)(Code) Adds a set of files about which extensions data will be extracted.
Parameters: fileSet - a set of files about which extensions data will be extracted.
setRefid public void setRefid(Reference reference) throws BuildException (Code) Makes this instance in effect a reference to another ExtensionSet
instance.
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 associatedexception: BuildException - if this instance already has been configured.
toExtensions public Extension [] toExtensions(Project proj) throws BuildException (Code) Extract a set of Extension objects from the ExtensionSet.
Parameters: proj - the project instance. an array containing the Extensions from this setthrows: BuildException - if an error occurs