com.ldodds.slug.http
Class URLTaskFilter

java.lang.Object
  extended bycom.ldodds.slug.framework.config.ComponentImpl
      extended bycom.ldodds.slug.http.URLTaskFilter
All Implemented Interfaces:
Component, TaskFilter
Direct Known Subclasses:
DepthFilter, RegexFilter, SingleFetchFilter

public abstract class URLTaskFilter
extends ComponentImpl
implements TaskFilter


Field Summary
 
Fields inherited from class com.ldodds.slug.framework.config.ComponentImpl
_configured
 
Constructor Summary
URLTaskFilter()
           
 
Method Summary
 boolean accept(Task task)
           
 
Methods inherited from class com.ldodds.slug.framework.config.ComponentImpl
configure, doConfig, isConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ldodds.slug.framework.config.Component
configure, isConfigured
 

Constructor Detail

URLTaskFilter

public URLTaskFilter()
Method Detail

accept

public boolean accept(Task task)
Specified by:
accept in interface TaskFilter