| Package | Description |
|---|---|
| org.aoju.bus.core.loader | |
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
JarLoaders |
JarLoaders.addJar(File jarFile)
加载Jar文件,或者加载目录
|
JarLoaders |
JarLoaders.addURL(File dir)
增加class所在目录或文件
如果为目录,此目录用于搜索class文件,如果为文件,需为jar文件
|
static JarLoaders |
JarLoaders.load(File dir)
加载Jar到ClassPath
|
static JarLoaders |
JarLoaders.loadJar(File jarFile)
加载Jar到ClassPath
|
| Modifier and Type | Method and Description |
|---|---|
static JarLoaders |
ClassUtils.getJarClassLoader(File jarOrDir)
创建新的
JarLoaders,并使用此Classloader加载目录下的class文件和jar文件 |
Copyright © 2020. All rights reserved.