Methods Summary |
---|
public boolean | isFilesystemOnly()Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions. If true,
all Resources returned from this ResourceCollection should be
instances of FileResource.
|
public java.util.Iterator | iterator()Get an Iterator over the contents of this ResourceCollection, whose elements
are org.apache.tools.ant.types.Resource instances.
|
public int | size()Learn the number of contained Resources.
|