Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.scanner | |
io.github.lukehutch.fastclasspathscanner.utils |
Constructor and Description |
---|
ScannerCore(ScanSpec scanSpec,
ExecutorService executorService,
int numParallelTasks,
boolean enableRecursiveScanning,
LogNode log) |
ScanSpec(String[] scanSpec,
LogNode log) |
Modifier and Type | Method and Description |
---|---|
LogNode |
LogNode.log(String msg) |
LogNode |
LogNode.log(String msg,
long elapsedTimeNanos) |
LogNode |
LogNode.log(String msg,
long elapsedTimeNanos,
Throwable e) |
LogNode |
LogNode.log(String sortKey,
String msg) |
LogNode |
LogNode.log(String sortKey,
String msg,
long elapsedTimeNanos) |
LogNode |
LogNode.log(String sortKey,
String msg,
long elapsedTimeNanos,
Throwable e) |
LogNode |
LogNode.log(String sortKey,
String msg,
Throwable e) |
LogNode |
LogNode.log(String msg,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
WorkQueue.startWorkers(ExecutorService executorService,
int numWorkers,
LogNode log)
Start worker threads with a shared log.
|
Constructor and Description |
---|
FastManifestParser(File jarFile,
LogNode log)
Fast parser for jar manifest files.
|
FastManifestParser(ZipFile jarFile,
ZipEntry manifestEntry,
LogNode log)
Fast parser for jar manifest files.
|
WorkQueue(Collection<T> initialWorkUnits,
WorkQueue.WorkUnitProcessor<T> workUnitProcesor,
InterruptionChecker interruptionChecker,
LogNode log) |
Copyright © 2016. All rights reserved.