Modifier and Type | Method and Description |
---|---|
ScanResult |
FastClasspathScanner.scan()
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.
|
ScanResult |
FastClasspathScanner.scan(ExecutorService executorService,
int numParallelTasks)
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.
|
ScanResult |
FastClasspathScanner.scan(int numThreads)
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.
|
Modifier and Type | Method and Description |
---|---|
Future<ScanResult> |
FastClasspathScanner.scanAsync(ExecutorService executorService,
int numParallelTasks)
Asynchronously scans the classpath for matching files, and calls any MatchProcessors if a match is
identified.
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
Scanner.call()
Determine the unique ordered classpath elements, and run a scan looking for file or classfile matches if
necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanSpec.callMatchProcessors(ScanResult scanResult)
Run the MatchProcessors after a scan has completed.
|
void |
ScanResultProcessor.processScanResult(ScanResult scanResult)
Process the result of an asynchronous scan after scanning has completed and any MatchProcessors have been
run.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassMatchProcessorWrapper.lookForMatches(ScanResult scanResult,
LogNode log) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
ReflectionUtils.typeStrToClass(String typeStr,
ScanResult scanResult)
Parse a type string (e.g.
|
Copyright © 2017. All rights reserved.