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