org.apache.tools.ant.types
public interface ResourceCollection
Since: Ant 1.7
Method Summary | |
---|---|
boolean | isFilesystemOnly()
Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions. |
Iterator | iterator()
Get an Iterator over the contents of this ResourceCollection, whose elements
are org.apache.tools.ant.types.Resource instances. |
int | size()
Learn the number of contained Resources. |
Returns: whether this is a filesystem-only resource collection.
org.apache.tools.ant.types.Resource
instances.Returns: an Iterator of Resources.
Returns: number of elements as int.