Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner | |
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
ClassGraphBuilder |
FastClasspathScanner.getScanResults()
Returns the ClassGraphBuilder created by calling .scan(), or throws RuntimeException if .scan() has not yet
been called.
|
Modifier and Type | Method and Description |
---|---|
ClassGraphBuilder |
RecursiveScanner.getClassGraphBuilder()
Get the class, interface and annotation graph builder, containing the results of the last full scan, or null
if a scan has not yet been completed.
|
Copyright © 2016. All rights reserved.