FileDocCategorySizeDatePackage
ResourceCollection.javaAPI DocApache Ant 1.701727Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.types

ResourceCollection

public interface ResourceCollection
Interface describing a collection of Resources.
since
Ant 1.7

Fields Summary
Constructors Summary
Methods Summary
public booleanisFilesystemOnly()
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.

return
whether this is a filesystem-only resource collection.

public java.util.Iteratoriterator()
Get an Iterator over the contents of this ResourceCollection, whose elements are org.apache.tools.ant.types.Resource instances.

return
an Iterator of Resources.

public intsize()
Learn the number of contained Resources.

return
number of elements as int.