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

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

public class MaxLimitPlugin
extends java.lang.Object
implements ReactorPlugin

plugin to limit the number of item returned

Author:
Kees Jongenburger

Field Summary
(package private)  int limit
           
static java.lang.String MAX_LIMIT_PROPERTY_NAME
           
 
Constructor Summary
MaxLimitPlugin()
           
 
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

MAX_LIMIT_PROPERTY_NAME

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

limit

int limit
Constructor Detail

MaxLimitPlugin

public MaxLimitPlugin()
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.