Interface AppendableResourceCollection
- All Superinterfaces:
- Iterable<Resource>,- ResourceCollection
- All Known Implementing Classes:
- BaseResourceCollectionContainer,- Difference,- Intersect,- Resources,- Union
Interface describing a collection of Resources, to which elements can be
 appended.
- Since:
- Ant 1.10.10
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a ResourceCollection to the container.Methods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface org.apache.tools.ant.types.ResourceCollectionisEmpty, isFilesystemOnly, size, stream
- 
Method Details- 
addAdd a ResourceCollection to the container.- Parameters:
- c- the ResourceCollection to add.
- Throws:
- BuildException- on error.
- Since:
- Ant 1.10.10
 
 
-