Modifier and Type | Method | Description |
---|---|---|
ScanResult |
FastClasspathScanner.scan() |
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.
|
ScanResult |
FastClasspathScanner.scan(ExecutorService executorService,
int numParallelTasks) |
Scans the classpath for matching files, and calls any MatchProcessors if a match is identified.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
ScanResult |
Scanner.call() |
Determine the unique ordered classpath elements, and run a scan looking for file or classfile matches if
necessary.
|
static ScanResult |
ScanResult.fromJSON(String json) |
Deserialize a ScanResult from previously-saved JSON.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
ClassMatchProcessorWrapper.lookForMatches(ScanResult scanResult,
LogNode log) |
Modifier and Type | Method | Description |
---|---|---|
Class<?> |
ArrayTypeSignature.instantiate(ScanResult scanResult) |
|
Class<?> |
BaseTypeSignature.instantiate(ScanResult scanResult) |
|
Class<?> |
ClassRefTypeSignature.instantiate(ScanResult scanResult) |
Instantiate class ref.
|
abstract Class<?> |
TypeSignature.instantiate(ScanResult scanResult) |
Instantiate the type signature into a class reference.
|
Class<?> |
TypeVariableSignature.instantiate(ScanResult scanResult) |
Copyright © 2018. All rights reserved.