![]()
|
ChainReaderHelper (Apache Ant API)
org.apache.tools.ant.filters.util
|
Field Summary | |
int |
bufferSize
The size of the buffer to be used. |
java.util.Vector |
filterChains
Chain of filters |
java.io.Reader |
primaryReader
The primary reader to which the reader chain is to be attached. |
Constructor Summary | |
ChainReaderHelper()
|
Method Summary | |
java.io.Reader |
getAssembledReader()
Assemble the reader |
Project |
getProject()
Get the project |
java.lang.String |
readFully(java.io.Reader rdr)
Read data from the reader and return the contents as a string. |
void |
setBufferSize(int size)
Sets the buffer size to be used. |
void |
setFilterChains(java.util.Vector fchain)
Sets the collection of filter reader sets |
void |
setPrimaryReader(java.io.Reader rdr)
Sets the primary reader |
void |
setProject(Project project)
Set the project to work with |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.Reader primaryReader
public int bufferSize
public java.util.Vector filterChains
Constructor Detail |
public ChainReaderHelper()
Method Detail |
public final void setPrimaryReader(java.io.Reader rdr)
public final void setProject(Project project)
public final Project getProject()
public final void setBufferSize(int size)
public final void setFilterChains(java.util.Vector fchain)
public final java.io.Reader getAssembledReader() throws BuildException
public final java.lang.String readFully(java.io.Reader rdr) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |