public class Scanner extends Object implements Callable<ScanResult>
Constructor and Description |
---|
Scanner(ScanSpec scanSpec,
ExecutorService executorService,
int numParallelTasks,
boolean enableRecursiveScanning,
ScanResultProcessor scannResultProcessor,
FailureHandler failureHandler,
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, ScanResultProcessor scannResultProcessor, FailureHandler failureHandler, LogNode log)
public ScanResult call() throws InterruptedException, ExecutionException
call
in interface Callable<ScanResult>
InterruptedException
ExecutionException
Copyright © 2018. All rights reserved.