public class ClasspathResourceQueueProcessor extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ClasspathResourceQueueProcessor.ClasspathResourceProcessor |
static interface |
ClasspathResourceQueueProcessor.EndOfClasspathResourceQueueProcessor |
Constructor and Description |
---|
ClasspathResourceQueueProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
processClasspathResourceQueue(LinkedBlockingQueue<io.github.lukehutch.fastclasspathscanner.scanner.ClasspathResource> queue,
ClasspathResourceQueueProcessor.ClasspathResourceProcessor classpathResourceProcessor,
ClasspathResourceQueueProcessor.EndOfClasspathResourceQueueProcessor endOfQueueProcessor,
ThreadLog log) |
public static void processClasspathResourceQueue(LinkedBlockingQueue<io.github.lukehutch.fastclasspathscanner.scanner.ClasspathResource> queue, ClasspathResourceQueueProcessor.ClasspathResourceProcessor classpathResourceProcessor, ClasspathResourceQueueProcessor.EndOfClasspathResourceQueueProcessor endOfQueueProcessor, ThreadLog log) throws InterruptedException
InterruptedException
Copyright © 2016. All rights reserved.