|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceCollection
Interface describing a collection of Resources.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.Iterator iterator()
org.apache.tools.ant.types.Resource
instances.
int size()
boolean isFilesystemOnly()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |