public class RunTimeScan extends Object
| Constructor and Description |
|---|
RunTimeScan() |
| Modifier and Type | Method and Description |
|---|---|
static ScanResult |
dynamicPackageScan(DrillConfig config,
Set<URL> markedPath)
Scans packages retrieved from config.
|
static ScanResult |
fromPrescan(DrillConfig config)
Loads prescanned classpath info and scans for extra ones based on configuration.
|
public static ScanResult fromPrescan(DrillConfig config)
ClassPathScanner.IMPLEMENTATIONS_SCAN_CACHE=false)config - to retrieve the packages to scanpublic static ScanResult dynamicPackageScan(DrillConfig config, Set<URL> markedPath)
config - to retrieve the packages to scanmarkedPath - list of paths where to scanCopyright © 2021 The Apache Software Foundation. All rights reserved.