|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter
public abstract static class TokenFilter.ChainableReaderFilter
Abstract class that converts derived filter classes into ChainableReaderFilter's
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
TokenFilter.ChainableReaderFilter()
|
Method Summary | |
---|---|
java.io.Reader |
chain(java.io.Reader reader)
Chain a tokenfilter reader to a reader, |
void |
setByLine(boolean byLine)
set whether to use filetokenizer or line tokenizer |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tools.ant.filters.TokenFilter.Filter |
---|
filter |
Constructor Detail |
---|
public TokenFilter.ChainableReaderFilter()
Method Detail |
---|
public void setByLine(boolean byLine)
byLine
- if true use a linetokenizer (default) otherwise
use a filetokenizerpublic java.io.Reader chain(java.io.Reader reader)
chain
in interface ChainableReader
reader
- the input reader object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |