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 |
---|---|
ScanResult |
Scanner.call()
Determine the unique ordered classpath elements, and run a scan looking for file or classfile matches if
necessary.
|
Copyright © 2016. All rights reserved.