Package org.apache.tools.ant.taskdefs
Class Javadoc.ResourceCollectionContainer
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.ResourceCollectionContainer
- All Implemented Interfaces:
- Iterable<ResourceCollection>
- Enclosing class:
- Javadoc
public class Javadoc.ResourceCollectionContainer
extends Object
implements Iterable<ResourceCollection>
Holds a collection of ResourceCollections.
 
A separate kind of container is needed since this task contains special handling for FileSets that has to occur at task runtime.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a resource collection to the container.iterator()Get an iterator on the collection.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ResourceCollectionContainerpublic ResourceCollectionContainer()
 
- 
- 
Method Details- 
addAdd a resource collection to the container.- Parameters:
- rc- the collection to add.
 
- 
iteratorGet an iterator on the collection.- Specified by:
- iteratorin interface- Iterable<ResourceCollection>
- Returns:
- an iterator.
 
 
-