org.apache.tools.ant.taskdefs.optional.extension
public class ExtensionSet extends DataType
UNKNOWN: name="extension-set"
Method Summary | |
---|---|
void | addExtension(ExtensionAdapter extensionAdapter)
Adds an extension that this library requires.
|
void | addFileset(FileSet fileSet)
Adds a set of files about which extensions data will be extracted.
|
void | addLibfileset(LibFileSet fileSet)
Adds a set of files about which extensions data will be extracted.
|
void | setRefid(Reference reference)
Makes this instance in effect a reference to another ExtensionSet
instance.
|
Extension[] | toExtensions(Project project)
Extract a set of Extension objects from the ExtensionSet.
|
String | toString() |
Parameters: extensionAdapter an extension that this library requires.
Parameters: fileSet a set of files about which extensions data will be extracted.
Parameters: fileSet a set of files about which extensions data will be extracted.
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: project the project instance.
Returns: an array containing the Extensions from this set
Throws: BuildException if an error occurs
See Also: java.lang.Object#toString()