org.apache.tools.ant.filters
Class TokenFilter.FileTokenizer
- TokenFilter
- Tokenizer
public static class TokenFilter.FileTokenizer
class to read the complete input into a string
String | getPostToken() - Return the intra-token string
|
String | getToken(Reader in) - Get the complete input as a string
|
getPostToken
public String getPostToken()
Return the intra-token string
- getPostToken in interface Tokenizer
- an empty string always
getToken
public String getToken(Reader in)
throws IOException
Get the complete input as a string
- getToken in interface Tokenizer
in
- the reader object
- the complete input
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.