org.apache.tools.ant.types.resources.selectors
public class ResourceSelectorContainer extends DataType
Since: Ant 1.7
Constructor Summary | |
---|---|
ResourceSelectorContainer()
Default constructor. | |
ResourceSelectorContainer(ResourceSelector[] r)
Construct a new ResourceSelectorContainer with the specified array of selectors. |
Method Summary | |
---|---|
void | add(ResourceSelector s)
Add a ResourceSelector to the container. |
protected void | dieOnCircularReference(Stack stk, Project p)
Overrides the version from DataType to recurse on nested ResourceSelectors. |
Iterator | getSelectors()
Return an Iterator over the nested selectors. |
boolean | hasSelectors()
Learn whether this ResourceSelectorContainer has selectors. |
int | selectorCount()
Get the count of nested selectors. |
Parameters: r the ResourceSelector[] to add.
Parameters: s the ResourceSelector to add.
Parameters: stk the Stack of references. p the Project to resolve against.
Throws: BuildException on error.
Returns: Iterator of ResourceSelectors.
Returns: boolean indicating whether selectors have been added to the container.
Returns: the selector count as int.