Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner | |
io.github.lukehutch.fastclasspathscanner.scanner |
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 |
---|---|
static Future<ScanResult> |
ScanExecutor.scan(ScanSpec scanSpec,
List<File> classpathElts,
ExecutorService executorService,
int numParallelTasks)
Scan the classpath, and call any MatchProcessors on files or classes that match.
|
Copyright © 2016. All rights reserved.