org.apache.tools.ant.filters
Interface ChainableReader
- ClassConstants, ConcatFilter, EscapeUnicode, ExpandProperties, HeadFilter, LineContains, LineContainsRegExp, PrefixLines, ReplaceTokens, ScriptFilter, StripJavaComments, StripLineBreaks, StripLineComments, TabsToSpaces, TailFilter, TokenFilter, TokenFilter.ChainableReaderFilter, TokenFilter.ContainsRegex, TokenFilter.DeleteCharacters, TokenFilter.IgnoreBlank, TokenFilter.ReplaceRegex, TokenFilter.ReplaceString, TokenFilter.Trim
public interface ChainableReader
Interface indicating that a reader may be chained to another one.
Reader | chain(Reader rdr) - Returns a reader with the same configuration as this one,
but filtering input from the specified reader.
|
chain
public Reader chain(Reader rdr)
Returns a reader with the same configuration as this one,
but filtering input from the specified reader.
rdr
- the reader which the returned reader should be filtering
- a reader with the same configuration as this one, but
filtering input from the specified reader
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.