org.apache.tools.ant.taskdefs
Class Javadoc.ResourceCollectionContainer
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.ResourceCollectionContainer
- Javadoc
public class Javadoc.ResourceCollectionContainer
extends java.lang.Object
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.
add
public void add(ResourceCollection rc)
Add a resource collection to the container.
rc
- the collection to add.