public class Scanner extends Object implements Callable<ScanResult>
| Constructor and Description |
|---|
Scanner(ScanSpec scanSpec,
ExecutorService executorService,
int numParallelTasks,
boolean enableRecursiveScanning,
boolean removeTemporaryFilesAfterScan,
boolean callMatchProcessors,
LogNode log)
The classpath scanner.
|
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
call()
Determine the unique ordered classpath elements, and run a scan looking for file or classfile matches if
necessary.
|
public Scanner(ScanSpec scanSpec, ExecutorService executorService, int numParallelTasks, boolean enableRecursiveScanning, boolean removeTemporaryFilesAfterScan, boolean callMatchProcessors, LogNode log)
public ScanResult call() throws InterruptedException, ExecutionException
call in interface Callable<ScanResult>InterruptedExceptionExecutionExceptionCopyright © 2017. All rights reserved.