org.apache.tools.ant.filters
Class TokenFilter.FileTokenizer

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.util.FileTokenizer
          extended by org.apache.tools.ant.filters.TokenFilter.FileTokenizer
All Implemented Interfaces:
java.lang.Cloneable, Tokenizer
Enclosing class:
TokenFilter

public static class TokenFilter.FileTokenizer
extends FileTokenizer

class to read the complete input into a string


Field Summary
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
TokenFilter.FileTokenizer()
           
 
Method Summary
 
Methods inherited from class org.apache.tools.ant.util.FileTokenizer
getPostToken, getToken
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenFilter.FileTokenizer

public TokenFilter.FileTokenizer()