public class ClassScanner extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private com.google.gson.Gson |
gson |
| 构造器和说明 |
|---|
ClassScanner() |
| 限定符和类型 | 方法和说明 |
|---|---|
private Set<File> |
getClassFile(File root,
Set<File> files) |
Set<CompileClass> |
getComponent(javassist.ClassPool pool,
Compile compile) |
private JarFile |
getJarFile(String path) |
Set<CompileClass> |
scan(javassist.ClassPool pool,
Compile compile) |
private JarFile getJarFile(String path) throws IOException
IOExceptionpublic Set<CompileClass> scan(javassist.ClassPool pool, Compile compile) throws IOException, javassist.NotFoundException
IOExceptionjavassist.NotFoundExceptionpublic Set<CompileClass> getComponent(javassist.ClassPool pool, Compile compile) throws IOException, javassist.NotFoundException
IOExceptionjavassist.NotFoundExceptionCopyright © 2021. All rights reserved.