Uses of Class
io.github.classgraph.ScanResult

  • Uses of ScanResult in io.github.classgraph

    Fields in io.github.classgraph declared as ScanResult
    Modifier and Type
    Field
    Description
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    protected ScanResult
    ScanResultObject.scanResult
    The scan result.
    Methods in io.github.classgraph that return ScanResult
    Modifier and Type
    Method
    Description
    static ScanResult
    ScanResult.fromJSON(String json)
    Deserialize a ScanResult from previously-serialized JSON.
    ClassGraph.scan()
    Scans the classpath, blocking until the scan is complete.
    ClassGraph.scan(int numThreads)
    Scans the classpath with the requested number of threads, blocking until the scan is complete.
    ClassGraph.scan(ExecutorService executorService, int numParallelTasks)
    Scans the classpath using the requested ExecutorService and the requested degree of parallelism, blocking until the scan is complete.
    Methods in io.github.classgraph that return types with arguments of type ScanResult
    Modifier and Type
    Method
    Description
    ClassGraph.scanAsync(ExecutorService executorService, int numParallelTasks)
    Asynchronously scans the classpath for matching files, returning a Future<ScanResult>.
    Methods in io.github.classgraph with parameters of type ScanResult
    Modifier and Type
    Method
    Description
    void
    ClassGraph.ScanResultProcessor.processScanResult(ScanResult scanResult)
    Process the result of an asynchronous scan after scanning has completed.
    protected void
    MethodParameterInfo.setScanResult(ScanResult scanResult)
    Sets the scan result.