org.apache.tools.ant.filters

Class TokenFilter.FileTokenizer

public static class TokenFilter.FileTokenizer extends ProjectComponent implements Tokenizer

class to read the complete input into a string
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

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.