| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapper
org.apache.tools.ant.types.resources.BaseResourceCollectionWrapper
public abstract class BaseResourceCollectionWrapper
Base class for a ResourceCollection that wraps a single nested ResourceCollection.
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.types.DataType | 
|---|
| checked, ref | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| BaseResourceCollectionWrapper() | |
| Method Summary | |
|---|---|
| protected  java.util.Iterator<Resource> | createIterator()Do create an iterator on the resource collection. | 
| protected abstract  java.util.Collection<Resource> | getCollection()Template method for subclasses to return a Collection of Resources. | 
| protected  int | getSize()Do compute the size of the resource collection. | 
| Methods inherited from class org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapper | 
|---|
| add, dieOnCircularReference, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, size, toString | 
| Methods inherited from class org.apache.tools.ant.types.DataType | 
|---|
| checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BaseResourceCollectionWrapper()
| Method Detail | 
|---|
protected java.util.Iterator<Resource> createIterator()
AbstractResourceCollectionWrapper
createIterator in class AbstractResourceCollectionWrapperprotected int getSize()
AbstractResourceCollectionWrapper
getSize in class AbstractResourceCollectionWrapperprotected abstract java.util.Collection<Resource> getCollection()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||