de.spieleck.app.jacson.filter
Class RegExpContainsFilter
java.lang.Object
de.spieleck.app.jacson.PluginBase
de.spieleck.app.jacson.filter.FilterBase
de.spieleck.app.jacson.filter.ConstFilter
de.spieleck.app.jacson.filter.RegExpContainsFilter
- All Implemented Interfaces:
- ConfigVerify.Acceptor, FilterNames, JacsonChunkDrain, JacsonFilter, JacsonRegistrable, JacsonReporting, JacsonStately
- public class RegExpContainsFilter
- extends ConstFilter
Regexp based Filter for Jacson
.
Only lets through chunks that match (nomatch with inverse)
the given regexp.
- Author:
- fsn
Field Summary |
protected org.apache.oro.text.regex.Pattern |
pattern
oro-Regexp-Pattern |
protected RegExpUtil |
rutil
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
protected org.apache.oro.text.regex.Pattern pattern
- oro-Regexp-Pattern
rutil
protected RegExpUtil rutil
RegExpContainsFilter
public RegExpContainsFilter()
init
public void init(ConfigNode node,
JacsonRegistry registry)
throws JacsonConfigException
- Specified by:
init
in interface JacsonRegistrable
- Overrides:
init
in class ConstFilter
- Throws:
JacsonConfigException
accept
public boolean accept(ConfigNode node)
- Specified by:
accept
in interface ConfigVerify.Acceptor
- Overrides:
accept
in class ConstFilter
putChunk
public void putChunk(java.lang.String chunk)
throws JacsonException
- Description copied from interface:
JacsonChunkDrain
- Feed a single chunk into this filter
- Specified by:
putChunk
in interface JacsonChunkDrain
- Overrides:
putChunk
in class ConstFilter
- Throws:
JacsonException
Copyleft 2002 spieleck.de.