org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools
Class Filter1

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools.Filter1
All Implemented Interfaces:
TokenReader

public class Filter1
extends java.lang.Object
implements TokenReader

Removes all comments and redundant whitespace

Version:
$Name: $ ($Revision: 606225 $) $Date: 2007-12-21 16:55:00 +0100 (Fr, 21 Dez 2007) $

Constructor Summary
Filter1(TokenReader in)
          blocks until is has read atleast one token from the input reader
 
Method Summary
 Token read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter1

public Filter1(TokenReader in)
        throws java.io.IOException,
               java.lang.InterruptedException
blocks until is has read atleast one token from the input reader

Throws:
java.io.IOException
java.lang.InterruptedException
Method Detail

read

public Token read()
           throws java.io.IOException,
                  java.lang.InterruptedException
Specified by:
read in interface TokenReader
Throws:
java.io.IOException
java.lang.InterruptedException
See Also:
TokenReader


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.