org.codehaus.plexus.taskqueue
Interface TaskViabilityEvaluator


public interface TaskViabilityEvaluator

Version:
$Id: TaskViabilityEvaluator.java 3681 2006-08-26 02:21:05Z kenney $
Author:
Jason van Zyl, Trygve Laugstøl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.util.Collection evaluate(java.util.Collection tasks)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

evaluate

public java.util.Collection evaluate(java.util.Collection tasks)
                              throws TaskQueueException
Parameters:
tasks - The tasks to evaluate
Returns:
Returns a list of tasks to remove from the queue.
Throws:
TaskQueueException


Copyright © 2001-2007 Codehaus. All Rights Reserved.