com.ldodds.slug.framework
Class TaskFilterImpl

java.lang.Object
  extended bycom.ldodds.slug.framework.config.ComponentImpl
      extended bycom.ldodds.slug.framework.TaskFilterImpl
All Implemented Interfaces:
Component, TaskFilter

public class TaskFilterImpl
extends ComponentImpl
implements TaskFilter


Field Summary
 
Fields inherited from class com.ldodds.slug.framework.config.ComponentImpl
_configured
 
Constructor Summary
TaskFilterImpl()
           
 
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

TaskFilterImpl

public TaskFilterImpl()
Method Detail

accept

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