org.apache.tools.ant.filters

Class TokenFilter.FileTokenizer

Enclosing Class:
TokenFilter
Implemented Interfaces:
Tokenizer

public static class TokenFilter.FileTokenizer
extends ProjectComponent
implements Tokenizer

class to read the complete input into a string

Field Summary

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Method Summary

String
getPostToken()
Return the intra-token string
String
getToken(Reader in)
Get the complete input as a string

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Method Details

getPostToken

public String getPostToken()
Return the intra-token string
Specified by:
getPostToken in interface Tokenizer
Returns:
an empty string always

getToken

public String getToken(Reader in)
            throws IOException
Get the complete input as a string
Specified by:
getToken in interface Tokenizer
Parameters:
in - the reader object
Returns:
the complete input

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