public class ScanExecutor extends Object
Constructor and Description |
---|
ScanExecutor() |
Modifier and Type | Method and Description |
---|---|
static Future<ScanResult> |
scan(ClasspathFinder classpathFinder,
ScanSpec scanSpec,
ExecutorService executorService,
int numWorkerThreads,
ThreadLog mainLog)
Scan the classpath, and call any MatchProcessors on files or classes that match.
|
public static Future<ScanResult> scan(ClasspathFinder classpathFinder, ScanSpec scanSpec, ExecutorService executorService, int numWorkerThreads, ThreadLog mainLog)
Copyright © 2016. All rights reserved.