org.apache.tools.ant.taskdefs

Class Javadoc.ResourceCollectionContainer

public class Javadoc.ResourceCollectionContainer extends 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.

Method Summary
voidadd(ResourceCollection rc)
Add a resource collection to the container.

Method Detail

add

public void add(ResourceCollection rc)
Add a resource collection to the container.

Parameters: rc the collection to add.