org.gradle.util.queues
Class DebugBlockingQueueItemConsumer<T>

java.lang.Object
  extended by org.gradle.util.queues.AbstractBlockingQueueItemConsumer<T>
      extended by org.gradle.util.queues.DebugBlockingQueueItemConsumer<T>
All Implemented Interfaces:
java.lang.Runnable

public class DebugBlockingQueueItemConsumer<T>
extends AbstractBlockingQueueItemConsumer<T>


Constructor Summary
DebugBlockingQueueItemConsumer(java.util.concurrent.BlockingQueue<T> toConsumeQueue, long pollTimeout, java.util.concurrent.TimeUnit pollTimeoutTimeUnit)
           
 
Method Summary
protected  boolean consume(T queueItem)
           
 
Methods inherited from class org.gradle.util.queues.AbstractBlockingQueueItemConsumer
getEndCause, isEnded, run, setUp, stopConsuming, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugBlockingQueueItemConsumer

public DebugBlockingQueueItemConsumer(java.util.concurrent.BlockingQueue<T> toConsumeQueue,
                                      long pollTimeout,
                                      java.util.concurrent.TimeUnit pollTimeoutTimeUnit)
Method Detail

consume

protected boolean consume(T queueItem)
Specified by:
consume in class AbstractBlockingQueueItemConsumer<T>