java.lang.Cloneable
, java.lang.Iterable<Resource>
, ResourceCollection
Difference
, Intersect
, Union
public abstract class BaseResourceCollectionContainer extends DataType implements ResourceCollection, java.lang.Cloneable
description, location, project
Constructor | Description |
---|---|
BaseResourceCollectionContainer() |
Create a new BaseResourceCollectionContainer.
|
BaseResourceCollectionContainer(Project project) |
Create a new BaseResourceCollectionContainer.
|
Modifier and Type | Method | Description |
---|---|---|
void |
add(ResourceCollection c) |
Add a ResourceCollection to the container.
|
void |
addAll(java.util.Collection<? extends ResourceCollection> c) |
Add the Collection of ResourceCollections to the container.
|
void |
clear() |
Clear the container.
|
java.lang.Object |
clone() |
Implement clone.
|
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 BaseResourceCollectionContainer |
getCheckedRef() |
Performs the check for circular references and returns the
referenced object.
|
protected abstract java.util.Collection<Resource> |
getCollection() |
Template method for subclasses to return a Collection object of Resources.
|
java.util.List<ResourceCollection> |
getResourceCollections() |
Get the nested ResourceCollections.
|
boolean |
isCache() |
Learn whether to cache collections.
|
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 BaseResourceCollectionContainer as a String.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
isEmpty, stream
public BaseResourceCollectionContainer()
public BaseResourceCollectionContainer(Project project)
project
- Projectpublic void setCache(boolean b)
b
- boolean cache flag.public boolean isCache()
true
.public void clear() throws BuildException
BuildException
- on error.public void add(ResourceCollection c) throws BuildException
c
- the ResourceCollection to add.BuildException
- on error.public void addAll(java.util.Collection<? extends ResourceCollection> c) throws BuildException
c
- the Collection whose elements to add.BuildException
- on error.public final java.util.Iterator<Resource> iterator()
iterator
in interface java.lang.Iterable<Resource>
public int size()
size
in interface ResourceCollection
public boolean isFilesystemOnly()
isFilesystemOnly
in interface ResourceCollection
protected void dieOnCircularReference(java.util.Stack<java.lang.Object> stk, Project p) throws BuildException
dieOnCircularReference
in class DataType
stk
- the stack of data types to use (recursively).p
- the project to use to dereference the references.BuildException
- on error.public final java.util.List<ResourceCollection> getResourceCollections()
protected abstract java.util.Collection<Resource> getCollection()
public java.lang.Object clone()
public java.lang.String toString()
protected BaseResourceCollectionContainer getCheckedRef()
DataType
getCheckedRef
in class DataType