|
|||||||||
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.types.resources.selectors.ResourceSelectorContainer
public class ResourceSelectorContainer
ResourceSelector container.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
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(java.util.Stack stk,
Project p)
Overrides the version from DataType to recurse on nested ResourceSelectors. |
java.util.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. |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toString |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceSelectorContainer()
public ResourceSelectorContainer(ResourceSelector[] r)
r
- the ResourceSelector[] to add.Method Detail |
---|
public void add(ResourceSelector s)
s
- the ResourceSelector to add.public boolean hasSelectors()
public int selectorCount()
public java.util.Iterator getSelectors()
protected void dieOnCircularReference(java.util.Stack stk, Project p) throws BuildException
dieOnCircularReference
in class DataType
stk
- the Stack of references.p
- the Project to resolve against.
BuildException
- on error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |