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 Object
implements TokenReader

Removes all comments and redundant whitespace

Version:
$Name: $ ($Revision: 606225 $) $Date: 2007-12-21 16:55:00 +0100 (Fri, 21 Dec 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 IOException,
               InterruptedException
blocks until is has read atleast one token from the input reader

Throws:
IOException
InterruptedException
Method Detail

read

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


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.