|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.types.DataType | +--org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet
The Extension set lists a set of "Optional Packages" / "Extensions".
Field Summary |
Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
ExtensionSet()
|
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. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.tools.ant.types.DataType |
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExtensionSet()
Method Detail |
public void addExtension(ExtensionAdapter extensionAdapter)
extensionAdapter
- an extension that this library requires.public void addLibfileset(LibFileSet fileSet)
fileSet
- a set of files about which extensions data will be extracted.public void addFileset(FileSet fileSet)
fileSet
- a set of files about which extensions data will be extracted.public Extension[] toExtensions(Project project) throws BuildException
project
- the project instance.
BuildException
- if an error occurspublic 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 DataType
reference
- the reference to which this instance is associated
BuildException
- if this instance already has been configured.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |