public class Resources extends DataType implements ResourceCollection
| Modifier and Type | Field and Description | 
|---|---|
| static java.util.Iterator<Resource> | EMPTY_ITERATORstatic empty Iterator | 
| static ResourceCollection | NONEstatic empty ResourceCollection | 
description, location, project| Constructor and Description | 
|---|
| Resources()Create a new Resources. | 
| Resources(Project project)Create a new Resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(ResourceCollection c)Add a ResourceCollection. | 
| protected void | dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                      Project p)Overrides the version of DataType to recurse on all DataType
 child elements that may have been added. | 
| protected void | invalidateExistingIterators()Allow subclasses to notify existing Iterators they have experienced concurrent modification. | 
| boolean | isFilesystemOnly()Fulfill the ResourceCollection contract. | 
| java.util.Iterator<Resource> | iterator()Fulfill the ResourceCollection contract. | 
| void | setCache(boolean b)Set whether to cache collections. | 
| int | size()Fulfill the ResourceCollection contract. | 
| java.lang.String | toString()Format this  Resourcesas a String. | 
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic static final ResourceCollection NONE
public static final java.util.Iterator<Resource> EMPTY_ITERATOR
public Resources()
public Resources(Project project)
project - Projectpublic void setCache(boolean b)
b - boolean cache flag.public void add(ResourceCollection c)
c - the ResourceCollection to add.public java.util.Iterator<Resource> iterator()
iterator in interface java.lang.Iterable<Resource>iterator in interface ResourceCollectionpublic int size()
size in interface ResourceCollectionpublic boolean isFilesystemOnly()
isFilesystemOnly in interface ResourceCollectionpublic java.lang.String toString()
Resources as a String.protected void dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                                      Project p)
                               throws BuildException
dieOnCircularReference in class DataTypestk - the stack of data types to use (recursively).p - the project to use to dereference the references.BuildException - on error.protected void invalidateExistingIterators()