public interface AppendableResourceCollection extends ResourceCollection
Modifier and Type | Method and Description |
---|---|
void |
add(ResourceCollection c)
Add a ResourceCollection to the container.
|
isEmpty, isFilesystemOnly, size, stream
void add(ResourceCollection c) throws BuildException
c
- the ResourceCollection to add.BuildException
- on error.