ant 1.10.14
org.apache.tools.ant.types.resources
AppendableResourceCollection
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 Type
Method 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
:
isEmpty
isFilesystemOnly
size
stream
Method Detail
add
back 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