org.apache.tools.ant.types.resources
public class BCFileSet extends FileSet
Since: Ant 1.7
Constructor Summary | |
---|---|
BCFileSet()
Default constructor. | |
BCFileSet(FileSet fs)
Construct a new BCFileSet from the specified FileSet. |
Method Summary | |
---|---|
Iterator | iterator()
Fulfill the ResourceCollection contract. |
int | size()
Fulfill the ResourceCollection contract. |
Parameters: fs the FileSet from which to inherit config.
Returns: an Iterator of Resources.
Since: Ant 1.7
Returns: number of elements as int.
Since: Ant 1.7