com.ldodds.slug.framework
Interface TaskFilter

All Superinterfaces:
Component
All Known Implementing Classes:
DelegatingTaskFilterImpl, TaskFilterImpl, URLTaskFilter

public interface TaskFilter
extends Component


Method Summary
 boolean accept(Task task)
           
 
Methods inherited from interface com.ldodds.slug.framework.config.Component
configure, isConfigured
 

Method Detail

accept

public boolean accept(Task task)