public interface ResourceCollection
Modifier and Type | Method and Description |
---|---|
boolean |
isFilesystemOnly()
Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions.
|
java.util.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.
|
java.util.Iterator iterator()
org.apache.tools.ant.types.Resource
instances.int size()
boolean isFilesystemOnly()