org.apache.tools.ant.util

Class FileTokenizer

public class FileTokenizer extends ProjectComponent implements Tokenizer

Class to read the complete input into a string.

Since: Ant 1.7

Method Summary
StringgetPostToken()
Return the intra-token string
StringgetToken(Reader in)
Get the complete input as a string

Method Detail

getPostToken

public String getPostToken()
Return the intra-token string

Returns: an empty string always

getToken

public String getToken(Reader in)
Get the complete input as a string

Parameters: in the reader object

Returns: the complete input

Throws: IOException if error reading