bpp
Class BeanshellDecoratorFilter
java.lang.Object
bpp.DecoratorFilter
bpp.PreprocessorDecoratorFilter
bpp.BeanshellDecoratorFilter
- All Implemented Interfaces:
- Filter
- public class BeanshellDecoratorFilter
- extends PreprocessorDecoratorFilter
This is used by the BPFilter for the decorating stages of filtering.
The Beanshell Preprocessor
Copyright (C) 2003-2004 Warren D. MacEvoy jr.
|
Method Summary |
void |
begin(java.io.PrintWriter out)
|
void |
echo(java.lang.String line,
java.io.PrintWriter out)
|
void |
exact(java.lang.String line,
java.io.PrintWriter out)
|
void |
exception(java.lang.Exception e)
|
int |
getLine()
|
void |
magic(java.lang.String line,
java.io.PrintWriter out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanshellDecoratorFilter
public BeanshellDecoratorFilter(int _depth,
int _blankLines)
getLine
public int getLine()
begin
public void begin(java.io.PrintWriter out)
throws java.io.IOException
- Overrides:
begin in class DecoratorFilter
- Throws:
java.io.IOException
exact
public void exact(java.lang.String line,
java.io.PrintWriter out)
throws java.io.IOException
- Specified by:
exact in class PreprocessorDecoratorFilter
- Throws:
java.io.IOException
magic
public void magic(java.lang.String line,
java.io.PrintWriter out)
throws java.io.IOException
- Specified by:
magic in class PreprocessorDecoratorFilter
- Throws:
java.io.IOException
echo
public void echo(java.lang.String line,
java.io.PrintWriter out)
throws java.io.IOException
- Overrides:
echo in class PreprocessorDecoratorFilter
- Throws:
java.io.IOException
exception
public void exception(java.lang.Exception e)