net.sf.mmapps.modules.linkchecker.plugins
Class XmlFilterPlugin

java.lang.Object
  extended bynet.sf.mmapps.modules.linkchecker.plugins.XmlFilterPlugin
All Implemented Interfaces:
ReactorPlugin

public class XmlFilterPlugin
extends java.lang.Object
implements ReactorPlugin

This plugin reads a configuration file and changes the status of links when found in the list

Author:
Kees Jongenburger

Field Summary
(package private)  java.util.Vector entries
           
static java.lang.String XML_FILTER_CONFIG_PROPERTY_NAME
           
 
Constructor Summary
XmlFilterPlugin()
           
 
Method Summary
 Links handle(Links links, java.util.Properties properties)
           
 void init(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_FILTER_CONFIG_PROPERTY_NAME

public static final java.lang.String XML_FILTER_CONFIG_PROPERTY_NAME
See Also:
Constant Field Values

entries

java.util.Vector entries
Constructor Detail

XmlFilterPlugin

public XmlFilterPlugin()
Method Detail

init

public void init(java.util.Properties properties)
Specified by:
init in interface ReactorPlugin

handle

public Links handle(Links links,
                    java.util.Properties properties)
             throws java.lang.Exception
Specified by:
handle in interface ReactorPlugin
Throws:
java.lang.Exception


Copyright © 2003-2005 mmapps. All Rights Reserved.