org.apache.tools.ant.taskdefs.optional.extension

Class ExtensionSet


public class ExtensionSet
extends DataType

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

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()

Methods inherited from class org.apache.tools.ant.types.DataType

checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Method Details

addExtension

public void addExtension(ExtensionAdapter extensionAdapter)
Adds an extension that this library requires.
Parameters:
extensionAdapter - an extension that this library requires.

addFileset

public void addFileset(FileSet fileSet)
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)
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
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.

Overrides:
setRefid in interface DataType
Parameters:
reference - the reference to which this instance is associated
Throws:
BuildException - if this instance already has been configured.

toExtensions

public Extension[] toExtensions(Project project)
            throws BuildException
Extract a set of Extension objects from the ExtensionSet.
Parameters:
project - the project instance.
Returns:
an array containing the Extensions from this set
Throws:
BuildException - if an error occurs

toString

public String toString()
See Also:
java.lang.Object.toString()

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.