org.apache.tools.ant.util
public class FileTokenizer extends ProjectComponent implements Tokenizer
Since: Ant 1.7
| Method Summary | |
|---|---|
| String | getPostToken()
Return the intra-token string |
| String | getToken(Reader in)
Get the complete input as a string |
Returns: an empty string always
Parameters: in the reader object
Returns: the complete input
Throws: IOException if error reading