|
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 de.spieleck.app.jacson.filter.BrokenLinkFilter
This filter checks if a given chunk, treated as URL works, i.e. the given
ressource is reachable
Field Summary |
Fields inherited from class de.spieleck.app.jacson.filter.ConstFilter |
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 | |
BrokenLinkFilter()
|
Method Summary | |
void |
putChunk(java.lang.String chunk)
filters the given chunk out if the given chunk represents a working URL and this filter is set to inverse the given chunk represents no working URL and this filter is not set to inverse |
Methods inherited from class de.spieleck.app.jacson.filter.ConstFilter |
accept, init, summary |
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 |
Constructor Detail |
public BrokenLinkFilter()
Method Detail |
public void putChunk(java.lang.String chunk) throws JacsonException
putChunk
in interface JacsonChunkDrain
putChunk
in class ConstFilter
JacsonException
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |