Top Description Methods
org.apache.tools.ant.types.resources

public Interface AppendableResourceCollection

extends ResourceCollection
Known Direct Implementers
org.apache.tools.ant.types.resources.BaseResourceCollectionContainer, org.apache.tools.ant.types.resources.Resources
Imports
org.apache.tools.ant.BuildException, org.apache.tools.ant.types.ResourceCollection

Interface describing a collection of Resources, to which elements can be appended.
Since
Ant 1.10.10

Method Summary

Modifier and TypeMethod and Description
public void
add(ResourceCollection
the ResourceCollection to add.
c
)

Add a ResourceCollection to the container.

Inherited from org.apache.tools.ant.types.ResourceCollection:
isEmptyisFilesystemOnlysizestream

Method Detail

addback to summary
public void add(ResourceCollection c) throws BuildException

Add a ResourceCollection to the container.

Parameters
c:ResourceCollection

the ResourceCollection to add.

Exceptions
BuildException:
on error.
Since
Ant 1.10.10