public class ScanUtil extends Object
| 构造器和说明 |
|---|
ScanUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
findClassLocal(String packageName,
String filePath,
List<Class> list)
扫描所有本地类型,将扫描到的结果添加到类型列表中
Scan all local types and add the scanned results to the list of types.
|
static List<Class> |
scan(String packageName)
扫描执行包名称下的所有类型
Scans all types under the package name.
|
Copyright © 2021. All rights reserved.