bpp
Class DecoratorFilter

java.lang.Object
  extended bybpp.DecoratorFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
PlaceboFilter, PreprocessorDecoratorFilter

public class DecoratorFilter
extends java.lang.Object
implements Filter


Constructor Summary
DecoratorFilter()
           
 
Method Summary
 void begin(java.io.PrintWriter out)
           
 void decorate(java.lang.String line, java.io.PrintWriter out)
           
 void end(java.io.PrintWriter out)
           
 void filter(java.io.BufferedReader in, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorFilter

public DecoratorFilter()
Method Detail

filter

public void filter(java.io.BufferedReader in,
                   java.io.PrintWriter out)
            throws java.io.IOException
Specified by:
filter in interface Filter
Throws:
java.io.IOException

begin

public void begin(java.io.PrintWriter out)
           throws java.io.IOException
Throws:
java.io.IOException

end

public void end(java.io.PrintWriter out)
         throws java.io.IOException
Throws:
java.io.IOException

decorate

public void decorate(java.lang.String line,
                     java.io.PrintWriter out)
              throws java.io.IOException
Throws:
java.io.IOException