Jacson

de.spieleck.app.jacson.filter
Class BrokenLinkFilter

java.lang.Object
  extended byde.spieleck.app.jacson.PluginBase
      extended byde.spieleck.app.jacson.filter.FilterBase
          extended byde.spieleck.app.jacson.filter.ConstFilter
              extended byde.spieleck.app.jacson.filter.BrokenLinkFilter
All Implemented Interfaces:
ConfigVerify.Acceptor, FilterNames, JacsonChunkDrain, JacsonFilter, JacsonRegistrable, JacsonReporting, JacsonStately

public class BrokenLinkFilter
extends ConstFilter

This filter checks if a given chunk, treated as URL works, i.e. the given ressource is reachable

Since:
0.89
Version:
$Id: BrokenLinkFilter.java 13 2005-09-28 06:02:56Z pcs $
Author:
Patrick Carl

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

BrokenLinkFilter

public BrokenLinkFilter()
Method Detail

putChunk

public void putChunk(java.lang.String chunk)
              throws JacsonException
filters the given chunk out if

Specified by:
putChunk in interface JacsonChunkDrain
Overrides:
putChunk in class ConstFilter
Throws:
JacsonException

Spieleck

Copyleft 2002 spieleck.de.