Package org.apache.tools.ant.util
Class FileTokenizer
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.util.FileTokenizer
- Direct Known Subclasses:
- TokenFilter.FileTokenizer
Class to read the complete input into a string.
- Since:
- Ant 1.7
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the intra-token stringGet the complete input as a stringMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
FileTokenizerpublic FileTokenizer()
 
- 
- 
Method Details- 
getTokenGet the complete input as a string- Specified by:
- getTokenin interface- Tokenizer
- Parameters:
- in- the reader object
- Returns:
- the complete input
- Throws:
- IOException- if error reading
 
- 
getPostTokenReturn the intra-token string- Specified by:
- getPostTokenin interface- Tokenizer
- Returns:
- an empty string always
 
 
-