Top Description Fields Constructors Methods
org.apache.tools.ant.util

public Class FileTokenizer

extends ProjectComponent
implements Tokenizer
Class Inheritance
All Implemented Interfaces
org.apache.tools.ant.util.Tokenizer
Known Direct Subclasses
org.apache.tools.ant.filters.TokenFilter.FileTokenizer
Imports
java.io.IOException, .Reader, org.apache.tools.ant.ProjectComponent

Class to read the complete input into a string.
Since
Ant 1.7

Field Summary

Inherited from org.apache.tools.ant.ProjectComponent:
descriptionlocationproject

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

an empty string always
getPostToken
()

Implements org.apache.tools.ant.util.Tokenizer.getPostToken.

Return the intra-token string
public String

Returns:

the complete input
getToken
(Reader
the reader object
in
)

Implements org.apache.tools.ant.util.Tokenizer.getToken.

Get the complete input as a string
Inherited from org.apache.tools.ant.ProjectComponent:
clonegetDescriptiongetLocationgetProjectloglogsetDescriptionsetLocationsetProject

Constructor Detail

FileTokenizerback to summary
public FileTokenizer()

Method Detail

getPostTokenback to summary
public String getPostToken()

Implements org.apache.tools.ant.util.Tokenizer.getPostToken.

Return the intra-token string

Returns:String

an empty string always

Annotations
@Override
getTokenback to summary
public String getToken(Reader in) throws IOException

Implements org.apache.tools.ant.util.Tokenizer.getToken.

Get the complete input as a string

Parameters
in:Reader

the reader object

Returns:String

the complete input

Annotations
@Override
Exceptions
IOException:
if error reading