Class FileTokenizer

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.util.FileTokenizer
All Implemented Interfaces:
Cloneable, Tokenizer
Direct Known Subclasses:
TokenFilter.FileTokenizer

public class FileTokenizer extends ProjectComponent implements Tokenizer
Class to read the complete input into a string.
Since:
Ant 1.7
  • Constructor Details

    • FileTokenizer

      public FileTokenizer()
  • Method Details

    • 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
      Throws:
      IOException - if error reading
    • getPostToken

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