| 
 | |||||||||
| 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.ResourceList
public class ResourceList
Reads a resource as text document and creates a resource for each line.
| 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 | |
|---|---|
| ResourceList() | |
| Method Summary | |
|---|---|
|  void | add(ResourceCollection rc)Adds a source. | 
|  void | addFilterChain(FilterChain filter)Adds a FilterChain. | 
| protected  void | dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                       Project p)Overrides the version of DataType to recurse on all DataType child elements that may have been added. | 
|  boolean | isFilesystemOnly()Fulfill the ResourceCollection contract. | 
|  java.util.Iterator<Resource> | iterator()Fulfill the ResourceCollection contract. | 
|  void | setEncoding(java.lang.String encoding)Encoding to use for input, defaults to the platform's default encoding. | 
|  void | setRefid(Reference r)Makes this instance in effect a reference to another ResourceList instance. | 
|  int | size()Fulfill the ResourceCollection contract. | 
| 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, tooManyAttributes, toString | 
| 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 ResourceList()
| Method Detail | 
|---|
public void add(ResourceCollection rc)
public final void addFilterChain(FilterChain filter)
public final void setEncoding(java.lang.String encoding)
For a list of possible values see http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html .
public void setRefid(Reference r)
              throws BuildException
setRefid in class DataTyper - the reference to use
BuildExceptionpublic final java.util.Iterator<Resource> iterator()
iterator in interface java.lang.Iterable<Resource>iterator in interface ResourceCollectionpublic int size()
size in interface ResourceCollectionpublic boolean isFilesystemOnly()
isFilesystemOnly in interface ResourceCollection
protected void dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                                      Project p)
                               throws BuildException
dieOnCircularReference in class DataTypestk - the stack of data types to use (recursively).p - the project to use to dereference the references.
BuildException - on error.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||