|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.PluginBase de.spieleck.app.jacson.filter.FilterBase de.spieleck.app.jacson.filter.ConstFilter
This trivial Filter, which either blocks all source input or lets it all through.
Field Summary | |
protected boolean |
inverse
|
Fields inherited from class de.spieleck.app.jacson.filter.FilterBase |
drain |
Fields inherited from interface de.spieleck.app.jacson.filter.FilterNames |
COUNT_NODE, INVERSE_NODE |
Constructor Summary | |
ConstFilter()
|
Method Summary | |
boolean |
accept(ConfigNode node)
|
void |
init(ConfigNode config,
JacsonRegistry registry)
|
void |
putChunk(java.lang.String chunk)
Feed a single chunk into this filter |
void |
summary()
Do nothing default implementation |
Methods inherited from class de.spieleck.app.jacson.filter.FilterBase |
setDrain |
Methods inherited from class de.spieleck.app.jacson.PluginBase |
getRegReport, getRegState, registerReport, registerState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.spieleck.app.jacson.JacsonStately |
registerState |
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting |
registerReport |
Field Detail |
protected boolean inverse
Constructor Detail |
public ConstFilter()
Method Detail |
public void init(ConfigNode config, JacsonRegistry registry) throws JacsonConfigException
init
in interface JacsonRegistrable
JacsonConfigException
public boolean accept(ConfigNode node)
accept
in interface ConfigVerify.Acceptor
public void putChunk(java.lang.String chunk) throws JacsonException
JacsonChunkDrain
putChunk
in interface JacsonChunkDrain
JacsonException
public void summary()
PluginBase
summary
in interface JacsonReporting
summary
in class PluginBase
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |